@maulik-bytes/web-componnets
v1.0.1
Published
This is the common library to create common reusable component.
Downloads
3
Readme
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