@abban-fahim/component-library 中文文档教程
A component library for react
使用 Storybook 和 TailwindCSS
构建 与 Rollup 捆绑在一起
使用安装库:
npm i @abban-fahim/component-library
Usage
import { Button } from "@abban-fahim/component-library";
function App() {
return <Button>Well hello there!</Button>;
}
A component library for react
Built using Storybook and TailwindCSS
Bundled with Rollup
Install the library using:
npm i @abban-fahim/component-library
Usage
import { Button } from "@abban-fahim/component-library";
function App() {
return <Button>Well hello there!</Button>;
}