react numeric:用于格式化数字形式字段的react组件 源码
React数字 格式化数字表单字段的React组件 react-numeric是的包装器组件。 分期付款 yarn add react-numeric # or npm install react-numeric --save 用法 import ReactNumeric from ' react-numeric ' ; export function USDMoneyInput ( props ){ const { value } = props ; // number typed return ( < ReactNumeric value = { val
下载地址
用户评论