antd-inputnumber
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Easyscan

The third part Ant Design Input Number.(filter the non number text to ignore)

How to use

import  InputNumber  from 'antd-inputnumber'

async function demo() {
   return (
    <InputNumber precision={8} min={0} max={200}/>
   )
}

/antd-inputnumber/

    Package Sidebar

    Install

    npm i antd-inputnumber

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    24.9 kB

    Total Files

    9

    Last publish

    Collaborators

    • juming-master