@logo-rn/logo-currency-edit
v0.2.3
Published
<LogoCurrencyEdit/> allows user to enter and edit text with type of currency.
Downloads
7
Readme
@logo-rn/logo-currency-edit
allows user to enter and edit text with type of currency.
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}
/>