@maibornwolff/mwui-stencil
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@maibornwolff/mwui-stencil", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Component Library using Figma's design tokens", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -1,9 +0,11 @@ | ||
[![npm](https://img.shields.io/npm/v/mwui-stencil?color=blue)](https://www.npmjs.com/package/mwui-stencil) | ||
[![npm](https://img.shields.io/npm/v/@maibornwolff/mwui-stencil?color=blue)](https://www.npmjs.com/package/@maibornwolff/mwui-stencil) | ||
# MWUI - Stencil | ||
# The Liberation Machine | ||
`mwui-stencil` houses the component library of the MWUI and is built using [StencilJs](https://stenciljs.com/). | ||
## MWUI - Stencil | ||
`mwui-stencil` houses the Web Component library of the MWUI and is built using [StencilJs](https://stenciljs.com/). | ||
Stencil provides WebComponents as well as framework-specific integrations to leverage usage of WebComponents in React, Vue and Angular. | ||
### Creation | ||
### Add new components | ||
@@ -17,3 +19,2 @@ To create new components, run: | ||
Alternatively you can manually create components by adding them to `src/components`. | ||
Custom Element names are written in kebab-case, prefixed with `mw-` (e.g. `mw-button`). | ||
@@ -20,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1211430
40