wray-first-ui
v0.0.5
Published
test npm package by my selef
Downloads
9
Readme
wray-first-ui 组件库
快速开始
1.安装组件库
npm i wray-first-ui2.引用组件库
// 引入
import 'wray-first-ui/dist/main.css';
import TESTUI from 'wray-first-ui';
render() {
return <TESTUI/>
}