@logo-rn/logo-percent-edit
v0.2.3
Published
<LogoPercentEdit/> allows user to enter and edit text with type of percentage.
Downloads
8
Readme
@logo-rn/logo-percent-edit
allows user to enter and edit text with type of percentage.
Installation
Install the component:
npm i @logo-rn/logo-percent-edit -s
Usage
Once installed, import the component in your application:
import {LogoPercentEdit} from '@logo-rn/logo-percent-edit';
const [value, setvalue] = useState("");
//...
<LogoPercentEdit
id="PERCENTAGE_EDIT"
value={value}
onCha