0.2.6 • Published 8 months ago

@logo-rn/logo-password-edit v0.2.6

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
8 months ago

@logo-rn/logo-password-edit

allows user to enter password.

npm version

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 />

For more detailed information, please visit:

Logo Elements Documentation ↗