cathay-currency
v0.0.7
Published
cathay-fetch
Downloads
3
Readme
安装
- cnpm install cathay-currency --save
使用
import ReactDom from 'react-dom';
import React from "react";
import Currency from "cathay-currency";
ReactDom.render(<Currency>23479324798327</Currency>, document.getElementById('root'));