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组件