@cotofe/business-ui
v0.0.7
Published
Business UI components for Agent Kit - Notification Center and Task Management
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
- 1
import { Button } from '@cotofe/ui'
<Button>Click me</Button>- 2
import