0.2.8 • Published 5 months ago

@logo-rn/logo-text-edit v0.2.8

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

@logo-rn/logo-text-edit

allows user to enter and edit text.

npm version

Installation

Install the component:

npm i @logo-rn/logo-text-edit -s

Usage

Once installed, import the component in your application:

import {LogoTextEdit} from '@logo-rn/logo-text-edit';
 const [value, setvalue] = useState("");
  //...
  <LogoTextEdit 
      id="TextEdit" 
      text={value} 
      onChangeText={setvalue} 
      watermarkText={"placeholder"} watermarkEnabled 
   />

For more detailed information, please visit:

Logo Elements Documentation ↗