Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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实现
- Host: GitHub
- URL: https://github.com/kokoroX/vue-ant-ui
- Owner: kokoroX
- Created: 2016-06-10T09:20:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T03:22:57.000Z (almost 8 years ago)
- Last Synced: 2024-09-25T16:42:17.381Z (3 months ago)
- Language: Vue
- Homepage: http://kokorox.github.io/vue-ant-ui
- Size: 3.34 MB
- Stars: 34
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ant-design - Vue.js Ant UI - Ant Design UI components built in Vue.js. (Vue.js / Themes)
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)这个实现也蛮不错的 有几个组件写法比我好很多 后续可能会参考一部分进行组件优化