@szdh/dh-ui
v0.2.1
Published
dh-ui
Downloads
2
Readme
@szdh/dh-ui
关于
@szdh 下面的UI库,整合了theme-chalk和components,可以按需引入也可以全局引入。
环境
| environment | version | | ----------- | ------- | | Gulp | 4.x |
目录
├─index.ts // 所有在 packages/components 定义的组件都要再此文 件统一导出并暴露
安装
npm i @szdh/dh-ui
or
yarn add @szdh/dh-ui
使用
// 全局导入
// 在main.js里面引入
import DhUi from '@szdh/dh-ui'
app.use(DhUi)
// 按需引入
import {DhIcon} from '@szdh/dh-ui'
components:{
DhIcon
}
// 引入css
import '@szdh/dh-ui/dist/theme-chalk/css/index.css'