add PasswordInput component

This commit is contained in:
陈嘉涵
2017-09-11 11:31:03 +08:00
parent 4c45b5eb39
commit eb724555cb
7 changed files with 254 additions and 0 deletions

View File

@@ -147,6 +147,10 @@ module.exports = {
"path": "/number-keyboard",
"title": "NumberKeyboard 数字键盘"
},
{
"path": "/password-input",
"title": "PasswordInput 密码输入框"
},
{
"path": "/radio",
"title": "Radio 单选框"