1.0.3 • Published 10 months ago

zhangergou v1.0.3

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

cime-react-ui

快速上手

  • 安装

    npm i cime-react-ui -D

  • 使用

import { Button } from 'cime-react-ui'
import 'cime-react-ui/dist/index.css'
function App(){
    return (
        <Button>测试</Button>
    )
}