@kukefe/shared-components
v0.0.16
Published
> 1. 需完善 > 2. 只支持简单基础组件 > 3. render or template or compiler(jsx/template)
Downloads
6
Readme
@kukefe/shared-components
- 需完善
- 只支持简单基础组件
- render or template or compiler(jsx/template)
npm i @kukefe/shared-components
import "@kukefe/shared-components/dist/theme-chalk/index.css";
import KUI from "@kukefe/shared-components";
import KkIcon from "kk-icon";
// 2.x
Vue.use(KkIcon).use(KUI);
// 3.x
app.use(KkIcon).use(KUI);
TODO
components
- [x] badge
- [x] divider
- [x] layout-page
- [x] empty
- [x] row/col
- [x] typography