@abban-fahim/component-library 中文文档教程

发布于 3年前 浏览 38 更新于 3年前

A component library for react

使用 StorybookTailwindCSS
构建 与 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>;
}
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文