@abban-fahim/component-library
v1.0.2
Published
A component library for react. Made using Storybook and TailwindCSS.
Downloads
33
Readme
A component library for react
Built using Storybook and TailwindCSS
Bundled with Rollup
Install the library using:
npm i @abban-fahim/component-libraryUsage
import { Button } from "@abban-fahim/component-library";
function App() {
return <Button>Well hello there!</Button>;
}