0.0.6 • Published 9 months ago

cherry-ui-react v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

cherry-ui

cherry-ui是一款基于Dumi,由React+TypeScript开发的组件库

🌸 特性

  • ✨ 组件主题颜色支持自定义更改
  • ❄️ 使用TypeScript开发文档,帮助用户快速上手组件库
  • 🔥 欢迎贡献组件代码,完善组件库

🧰 安装

$ npm install cherry-ui-react

⚒ 使用

import {Button} from "cherry-ui-react"
import "cherry-ui-react/lib/button/style/css"

const App = () => {
    <>
        <Button></Button>
    </>
}