# windSlayer-UI
**Repository Path**: codefw/wind-slayer-ui
## Basic Information
- **Project Name**: windSlayer-UI
- **Description**: wind-ui,个人以自己工作项目经验需求而实现的组件库,后续会根据自己的项目经验去不断完善,已上线npm:npm i windslayer-ui
对这个组件库的介绍已写在csdn个人博客上:
https://blog.csdn.net/exxes?spm=1001.2101.3001.5343
- **Primary Language**: TypeScript
- **License**: MulanPSL-2.0
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2023-12-28
- **Last Updated**: 2023-12-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# windSlayer-UI
#### 介绍
wind-ui,个人以自己工作项目经验需求而实现的组件库
#### 软件架构
vite+vue3+typescript
#### 安装教程
已上线npm:
```
npm i windslayer-ui
```
#### 使用说明
**全局引入:**
```
import WindUI from 'windslayer-ui'
createApp(App).use(WindUI).mount('#app')
```
**修改样式** :使用的都是‘弱样式’,即只需要增加组件内对应的class的优先级即可修改,嵌套父级选择器即可
后续补充,在个人博客上有写:https://blog.csdn.net/exxes?type=blog
开源仓库地址:https://gitee.com/li-hanming/wind-slayer-ui/ 别问为什么不用github,问就是上不去
#### 分页器组件
引入:
```
import { windPagination } from 'windslayer-ui'
```
demo示例:
```
```
| props | |
|------------------------------|-----------------------------------------------------------------------------|
| total-list : Array