cell components

This commit is contained in:
cookfront
2017-02-13 16:14:37 +08:00
parent 7a21b3abde
commit 2fed755d7c
9 changed files with 114 additions and 8 deletions

15
docs/examples/cell.md Normal file
View File

@@ -0,0 +1,15 @@
## Cell 组件
### API
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|
| className | 自定义额外类名 | string | '' | '' |
### Slot
| name | 描述 |
|-----------|-----------|
| - | 自定义显示内容 |
| icon | |
| name | |

View File

@@ -8,11 +8,20 @@
"list": [
{
"path": "/sample",
"title": "Sample组件"
"title": "Sample"
},
{
"path": "/button",
"title": "Button组件"
"title": "Button"
}
]
},
{
"groupName": "CSS组件",
"list": [
{
"path": "/cell",
"title": "Cell"
}
]
},
@@ -21,19 +30,19 @@
"list": [
{
"path": "/switch",
"title": "Switch组件"
"title": "Switch"
},
{
"path": "/field",
"title": "Field组件"
"title": "Field"
},
{
"path": "/radio",
"title": "Radio组件"
"title": "Radio"
},
{
"path": "/checkbox",
"title": "Checkbox组件"
"title": "Checkbox"
}
]
}