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

@@ -26,6 +26,7 @@ import NavBar from './nav-bar';
import NoticeBar from './notice-bar';
import NumberKeyboard from './number-keyboard';
import Panel from './panel';
import PasswordInput from './password-input';
import Picker from './picker';
import Popup from './popup';
import Progress from './progress';
@@ -78,6 +79,7 @@ const components = [
NoticeBar,
NumberKeyboard,
Panel,
PasswordInput,
Picker,
Popup,
Progress,
@@ -146,6 +148,7 @@ export {
NoticeBar,
NumberKeyboard,
Panel,
PasswordInput,
Picker,
Popup,
Progress,