https://github.com/netkingcode/ncform-theme-antd
ncform ant design vue widgets
https://github.com/netkingcode/ncform-theme-antd
json-schema vue
Last synced: 2 months ago
JSON representation
ncform ant design vue widgets
- Host: GitHub
- URL: https://github.com/netkingcode/ncform-theme-antd
- Owner: netkingcode
- License: mit
- Created: 2019-07-27T07:44:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T13:04:51.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:11:52.342Z (7 months ago)
- Topics: json-schema, vue
- Language: Vue
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncform-theme-antd
Ncform widgets of ant design vue, porting from ncform-theme-element.Only part of widgets are ported, not suitable for production.
## Unsupported widgets or attributes:
### input
1 autocomplete
* immediateShow
* itemTemplate2 compound
3 Upload
### select
- filterLocal
### color picker
### date picker
1 type
- year
- datetime### rate
```
lowThreshold: 2, // 低分和中等分数的界限值,值本身被划分在低分中
highThreshold: 4, // 高分和中等分数的界限值,值本身被划分在高分中
colors: ['#F7BA2A', '#F7BA2A', '#F7BA2A'], // icon 的颜色数组,共有 3 个元素,为 3 个分段所对应的颜色
voidColor: '#C6D1DE', // 未选中 icon 的颜色
disabledVoidColor: '#EFF2F7', // 只读时未选中 icon 的颜色
iconClasses: ['el-icon-star-on', 'el-icon-star-on','el-icon-star-on'], // icon 的类名数组,共有 3 个元素,为 3 个分段所对应的类名
voidIconClass: 'el-icon-star-off', // 未选中 icon 的类名
disabledVoidIconClass: 'el-icon-star-on', // 只读时未选中 icon 的类名
showText: false, // 是否显示辅助文字,若为真,则会从 texts 数组中选取当前分数对应的文字内容
showScore: false, // 是否显示当前分数,showScore 和 showText 不能同时为真
textColor: '#1F2D3D', // 辅助文字的颜色
texts: ['极差', '失望', '一般', '满意', '惊喜'] /
```### checkbox
- button mode### upload
### layout