1.1.0 • Published 9 months ago

pattern-el v1.1.0

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

pattern-el

Getting Started

  • 安装
$ npm i pattern-el -D
  • 使用
import { Button } from 'Pattern-ui'
import 'Pattern-ui/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