0.2.3 • Published 8 months ago

@logo-rn/logo-currency-edit v0.2.3

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

@logo-rn/logo-currency-edit

allows user to enter and edit text with type of currency.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoCurrencyEdit} from '@logo-rn/logo-currency-edit';
 const [value, setvalue] = useState("");
  //...
  <LogoCurrencyEdit
      id="CURRENCY_EDIT"
      value={value}
      onChangeText={setValue}
  />

For more detailed information, please visit:

Logo Elements Documentation ↗