@maulik-bytes/web-componnets
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

/@maulik-bytes/web-componnets/

    Package Sidebar

    Install

    npm i @maulik-bytes/web-componnets

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.91 kB

    Total Files

    2

    Last publish

    Collaborators

    • maulikbytes