add NumberKeyboard component

This commit is contained in:
陈嘉涵
2017-09-08 21:06:16 +08:00
parent c221922e04
commit f0cbcc99dc
9 changed files with 466 additions and 0 deletions

View File

@@ -143,6 +143,10 @@ module.exports = {
"path": "/field",
"title": "Field 输入框"
},
{
"path": "/number-keyboard",
"title": "NumberKeyboard 数字键盘"
},
{
"path": "/radio",
"title": "Radio 单选框"