1. 首页
  2. 数据库
  3. 其它
  4. react intl currency input:使用Intl API进行i18n货币输入的React组件 源码

react intl currency input:使用Intl API进行i18n货币输入的React组件 源码

上传者: 2021-02-01 23:05:34上传 ZIP文件 228.13KB 热度 13次
react-intl-currency-input 使用i18n货币输入的React组件。 安装 $ npm install react-intl-currency-input --save-dev 如何使用 import React from "react" import IntlCurrencyInput from "react-intl-currency-input" const currencyConfig = { locale : "pt-BR" , formats : { number : { BRL : { style : "curr
用户评论