Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kokoroX/vue-ant-ui

ant UI的vue实现
https://github.com/kokoroX/vue-ant-ui

Last synced: 25 days ago
JSON representation

ant UI的vue实现

Awesome Lists containing this project

README

        

# vue-ant-ui
仿照ant-design的vue版本

## 已完成组件
- affix
- checkbox
- radio
- tag
- alert
- col
- rate
- row
- timeline
- back-top
- badge
- modal
- breadcrumb
- spin
- button
- icon
- pagination
- steps
- card
- input (高度自动适应未完成)
- switch
- input-number
- progress (line与circle下的strokeWidth默认值都为10)
- table (只有基础功能,未完善)
- message
- notification (自定义按钮未实现)
- tooltip
- form (完成基本功能 表单验证未做)

# 使用方法
```
import AntUI from 'vue-ant-ui'
Vue.use(AntUI)
```
暂不推荐使用到生产环境
example中有部分小例子
后续持续更新
另外 看到[FE-Driver的Vue版ant-design实现](https://github.com/FE-Driver/vue-beauty)这个实现也蛮不错的 有几个组件写法比我好很多 后续可能会参考一部分进行组件优化