NumberInput
- React
To implement NumberInput component into your project you'll need to add the import:
import { NumberInput } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<NumberInput label="Label" data-testid="numberInput" />