0.2.3 • Published 8 months ago

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

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

@logo-rn/logo-percent-edit

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

npm version

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

For more detailed information, please visit:

Logo Elements Documentation ↗