@logo-rn/logo-password-edit
v0.2.6
Published
<LogoPasswordEdit/> allows user to enter password.
Downloads
16
Readme
@logo-rn/logo-password-edit
allows user to enter password.
Installation
Install the component:
npm i @logo-rn/logo-password-edit -s
Usage
Once installed, import the component in your application:
import {LogoPasswordEdit} from '@logo-rn/logo-password-edit';
const [value, setvalue] = useState("");
//...
<LogoPasswordEdit id="password_edit"
text={value}
onChangeText={setvalue}
watermarkText={"Enter Password"}
watermarkEnabled />