0.0.5 • Published 3 years ago

mo-ui-vue v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

😁MO-UI

本组件库仅供学习交流,请勿在生产环境中使用

作者:LIHUI

🔨 安装

使用本 UI 库之前,请在 css 中开启以下样式

* {
  box-sizing: border-box;
}
:root {
    --button-height: 32px;
    --font-size: 14px;
    --button-bg: white;
    --button-active-bg: #eee;
    --border-radius: 4px;
    --color: #333;
    --border-color: #999;
    --border-color-hover: #666;
}

🔗 Links

vue

Parcel

iconfont

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago