1.0.1 • Published 12 months ago

antd-inputnumber v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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}/>
   )
}
1.0.1

12 months ago

1.0.0

12 months ago