form components

This commit is contained in:
cookfront
2017-02-12 12:48:16 +08:00
parent a7dec9fe8e
commit 906f2fad07
5 changed files with 27 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
## Checkbox组件
+1
View File
@@ -0,0 +1 @@
## Field组件
+1
View File
@@ -0,0 +1 @@
## Radio组件
+18 -1
View File
@@ -13,10 +13,27 @@
{
"path": "/button",
"title": "Button组件"
},
}
]
},
{
"groupName": "Form",
"list": [
{
"path": "/switch",
"title": "Switch组件"
},
{
"path": "/field",
"title": "Field组件"
},
{
"path": "/radio",
"title": "Radio组件"
},
{
"path": "/checkbox",
"title": "Checkbox组件"
}
]
}