npm.io
2.0.17 • Published 7 years ago

mk-component

Licence
MIT
Version
2.0.17
Deps
9
Size
6.8 MB
Vulns
0
Weekly
0

mk-component

  • 1、npm install mk-component --save

  • 2、less文件中import

@import "~mk-component/dist/assets/style/index.less";
  • 3、js文件中import
import {Button} from 'mk-component'
  • 4、使用组件

<Button type="primary">Primary</Button>

Keywords