0.2.11 • Published 2 years ago

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

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years 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

2 years ago

0.2.10

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago