@logo-elements/number-field
v23.0.0
Published
An input field web component that only accepts numeric input.
Downloads
62
Readme
@logo-elements/number-field
An input field web component that only accepts numeric input.
<logo-elements-number-field label="Balance"></logo-elements-number-field>
Installation
Install the component:
npm i @logo-elements/number-field -s
Once installed, import the component in your application:
import '@logo-elements/number-field';