@cotofe/ui
v0.3.5
Published
- tailwindcss - shadcn ui (base ui) - magicui (for landing page) - animate-ui (for animations)
Readme
base UI library
- tailwindcss
- shadcn ui (base ui)
- magicui (for landing page)
- animate-ui (for animations)
处理边界
我们做什么
- 提供预设的 Tailwind CSS
- 提供基础的 UI 组件
- 提供基础的 UI 动画
我们不做什么
- 不处理业务逻辑,比如请求、状态管理等
TODO
- [ ] lib 打包工具, Rollup/Vite/tsup?
How to use
Installation
pnpm add @cotofe/uiImport On Your Project
import { Button } from '@cotofe/ui'
<Button>Click me</Button>