@maulik-bytes/web-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @maulik-bytes/web-components

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.95 kB

Total Files

2

Last publish

Collaborators

  • maulikbytes