hara-ui
v0.1.0
Published
A react library developed with dumi
Readme
hara-ui ✨
文档 🔗:https://tsukishima1.github.io/hara-ui/
A react library developed with dumi~ 🔥
此项目作为个人练习的组件库,参考了 Shadcn-UI 的设计理念,目前还在开发中... :3
支持切换暗色主题!
目前完成的组件:
- [x] Button 按钮
- [x] Input 输入框
- [x] Tooltip 文字提示
- [x] Select 选择器
- [x] Separator 分割线
- [x] Calendar 日历
- [x] DropdownMenu 下拉菜单
- [x] Avatar 头像
- [x] Switch 切换按钮
- [x] Checkbox 复选框
- [x] RadioGroup 单选按钮组
- [x] Card 卡片
- [ ] Slider
- [ ] Sonner
- [ ] ...
Development
# install dependencies
$ npm install
# develop library by docs demo
$ npm start
# build library source code
$ npm run build
# build library source code in watch mode
$ npm run build:watch
# build docs
$ npm run docs:build
# Locally preview the production build.
$ npm run docs:preview
# check your project for potential problems
$ npm run doctorLICENSE
MIT
