[Document] add form components english document (#199)

* [Document] add english document of Checkbox

* [Document] add english document of Field

* [Document] add english document of NumberKeyboard

* [bugfix] NumberKeyboard should not dispaly title when title is empty

* [Document] add english document of PasswordInput

* [Document] add english document of Radio

* [document] add english document of Switch

* [bugfix] remove redundent styles in english document

* [Document] fix details

* fix Switch test cases
This commit is contained in:
neverland
2017-10-12 07:06:27 -05:00
committed by GitHub
parent 47576ec47c
commit 9084a662c3
24 changed files with 858 additions and 293 deletions

View File

@@ -305,7 +305,32 @@ module.exports = {
},
{
"groupName": "Form",
"list": []
"list": [
{
"path": "/checkbox",
"title": "Checkbox"
},
{
"path": "/field",
"title": "Field"
},
{
"path": "/number-keyboard",
"title": "NumberKeyboard"
},
{
"path": "/password-input",
"title": "PasswordInput"
},
{
"path": "/radio",
"title": "Radio"
},
{
"path": "/switch",
"title": "Switch"
}
]
},
]
}