@logo-rn/logo-percent-edit
v0.2.3
Published
<LogoPercentEdit/> allows user to enter and edit text with type of percentage.
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 -sUsage
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