Merge branch 'switch' of gitlab.qima-inc.com:fe/oxygen into switch

This commit is contained in:
jiangruowei
2017-02-13 18:05:22 +08:00
23 changed files with 247 additions and 7 deletions

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

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

View File

@@ -0,0 +1 @@
## Checkbox组件

1
docs/examples/field.md Normal file
View File

@@ -0,0 +1 @@
## Field组件

1
docs/examples/radio.md Normal file
View File

@@ -0,0 +1 @@
## Radio组件

View File

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