0.0.5 • Published 6 years ago

@werkin/atoms v0.0.5

Weekly downloads
2
License
SEE LICENSE IN LI...
Repository
bitbucket
Last release
6 years ago

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/atoms

Then 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');
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago