0.2.5 • Published 8 months ago

@logo-rn/logo-memo-edit v0.2.5

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

@logo-rn/logo-memo-edit

allows user to enter and edit multiline text.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoMemoEdit} from '@logo-rn/logo-memo-edit';
  const [value, setvalue] = useState("");
  //...
  <LogoMemoEdit 
      id="TextEdit" 
      text={value} 
      onChangeText={setvalue} 
      rows={4}
   />

For more detailed information, please visit:

Logo Elements Documentation ↗