@werkin/atoms
v0.0.5
Published
UIKit for WERKIN-X projects
Readme
UIKit components from WERKIN
This package contains ui components what based on web components.
For usage, install package
npm i @werkin/atoms
yarn add @werkin/atomsThen import them at the entry point of your app:
import '@werkin/atoms';
require('@werkin/atoms');After that you can use them as HTML tags during your application.
<w-button>BUTTON</w-button>If you need only one component from this library, you can import it frim the components folder:
import '@werkin/atoms/components/w-button';
require('@werkin/atoms/components/w-button');
