lu-ui-vue3
v0.0.7
Published
> 组件仅供学习交流,请勿在生产环境中使用
Readme
lu-ui(持续更新中) 使用 Vue3 + TypeScript
一套好用的 PC 端 Vue3 组件
组件仅供学习交流,请勿在生产环境中使用
特性
使用 Vue3 + TypeScript 开发,提供完整的类型定义文件。
使用 Vite 进行项目搭建。
深入每个细节的主题定制能力。
文档地址:待完善
组件列表
- [ ] Switch
- [ ] Tabs
- [ ] Dialog
- [ ] Button
特别提醒
使用时,需要使用 border-box 盒模型,否则会影响样式。代码示例:
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}License
This project is licensed under the terms of the MIT license.
