0.0.3 • Published 4 years ago

jab-ui-test v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

一个基于 vue 的UI 框架

作者:Jambo

介绍

这是我试图更进一步提高自己的vue技能,制作的一个UI框架。

开始使用

  1. 引入CSS样式

安装本框架前,请在css中开启border-box

*,*::before,*::after{ box-sizing: border-box;}

IE8及以上都支持此样式。

你还需要设置默认颜色等变量(后续会改为 SCSS 变量)

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

IE15 以上支持此样式

文档

提问

变更记录

联系方式

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago