2.2.0 • Published 9 months ago

pattern-design v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

pattern-design

Getting Started

  • 安装
$ npm i pattern-design -D
  • 使用
import { Button } from 'pattern-design'
import 'pattern-design/dist/index.css'
function App(){
    return (
        <Button>测试</Button>
    )
}
$ npm start

Build documentation,

$ npm run docs:build

Run test,

$ npm test

Build library via father,

$ npm run build