0.2.11 • Published 5 months ago

@logo-rn/logo-numeric-edit v0.2.11

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

@logo-rn/logo-numeric-edit

allows user to enter and edit text with type of numbers

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoNumericEdit} from '@logo-rn/logo-numeric-edit';
  const [value, setvalue] = useState("");
  //...
  <LogoNumericEdit
      maxValue={100} 
      id="NUMERIC_EDIT"
      value={value}
      onChangeText={setValue}
  />

For more detailed information, please visit:

Logo Elements Documentation ↗

0.2.11

5 months ago

0.2.10

6 months ago

0.2.7

6 months ago

0.2.6

7 months ago

0.2.9

6 months ago

0.2.8

6 months ago

0.2.3

9 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago