$ npm install @zippytech/react-toolkit --save
$ yarn add @zippytech/react-toolkit
<NumericInput />
component, all you need to import is React
, the code and styles of the component itself: @zippytech/react-toolkit/NumericInput
and @zippytech/react-toolkit/NumericInput/index.css
.<NumericInput />
. In the following sections we'll explore how to use the <NumericInput />
in various scenarios, styling and supported props.