IntegerInput
The document describes an IntegerInput component that validates integer inputs, displays an error for invalid entries, and includes a button to convert the input value to wei by multiplying it by (10^18). It also outlines the component’s import, usage, and available props.
Provides an input field for integer values, validating that user input is a valid integer, and showing error if not. Shows by default a small button to multiply input’s value * 10^18 to transform to wei.
Import
typescript
Usage
typescript
jsx