1.0.62 • Published 23 days ago

web-componnets v1.0.62

Weekly downloads
-
License
ISC
Repository
-
Last release
23 days ago

web-componnets

This is the common library to create common reusable component.

To use component of this repo another project, import this repo as git dependency and import like below example,

import { Buton } from 'web-componnets';

const ExampleComponent = () => (
    <Button label="It will render button" \/>;
);

To check component while developing,

npm run storybook