mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
Merge branch 'switch' of gitlab.qima-inc.com:fe/oxygen into switch
This commit is contained in:
15
docs/examples/cell.md
Normal file
15
docs/examples/cell.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Cell 组件
|
||||
|
||||
### API
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
| className | 自定义额外类名 | string | '' | '' |
|
||||
|
||||
### Slot
|
||||
|
||||
| name | 描述 |
|
||||
|-----------|-----------|
|
||||
| - | 自定义显示内容 |
|
||||
| icon | |
|
||||
| name | |
|
1
docs/examples/checkbox.md
Normal file
1
docs/examples/checkbox.md
Normal file
@@ -0,0 +1 @@
|
||||
## Checkbox组件
|
1
docs/examples/field.md
Normal file
1
docs/examples/field.md
Normal file
@@ -0,0 +1 @@
|
||||
## Field组件
|
1
docs/examples/radio.md
Normal file
1
docs/examples/radio.md
Normal file
@@ -0,0 +1 @@
|
||||
## Radio组件
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user