@uiw-admin/components
Version:
33 lines (19 loc) • 977 B
Markdown
# `components`
[](https://www.npmjs.com/package/@uiw-admin/components)
> 业务常用组件
## Usage
``` ts
import { ProTable, ProForm, ProDrawer, Skeleton } from '@uiw-admin/components';
```
## 已开发的组件
- ✅ ProTable: 集成搜索表单的Table组件,用于一般页面的查询搜索。
- ✅ ProForm: 基于[uiw from](https://uiwjs.github.io/#/components/form)封装, 更方便的使用表单。
- ✅ ProDrawer: 屏幕边缘滑出的浮层面板,集成权限button按钮。
- ✅ Skeleton: 页面骨架组件,用于整个界面的loading效果,也可调整统一边距。
## 贡献者
感谢所有的贡献者,欢迎开发者为开源项目贡献力量。
<a href="https://github.com/uiwjs/uiw-admin/graphs/contributors">
<img src="https://uiwjs.github.io/uiw-admin/CONTRIBUTORS.svg" />
</a>
## License
Licensed under the MIT License.