0.1.0 • Published 6 years ago

react-native-rhtitleinput v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

React-Native-RHTitleTextInputnpm version

瑞昊RN项目带标题输入框

Install 安装

  • npm install react-native-rhtitleinput --save

属性说明

PropsDescriptionPropsType
title输入框标题String
value已输入的值String
maxLength最大输入长度Number
placeholder输入框占位文字String
isLine是否需要下划线Bool
onChangeText输入框值发生改变回调Func
lineAlign下划线对齐方式enum('left' 'center' 'right')
textAlign输入框文字对齐方式enum('left' 'center' 'right')
secureTextEntry输入框文字是否密文显示Bool
eyeShow是否显示眼睛Bool
TitleFontSize标题文字大小Number
InputFontSize输入框文字大小Number
onClickEye点击眼睛回调Func
lineColor下划线颜色String

更多属性请查看React-Native中文网中查下TextInput属性TextInput

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago