0.0.12 • Published 5 years ago

zealot-ui-primarydemo v0.0.12

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

一个 VueUI 自用组件 # Hello VuePress!

Build Status

介绍

这是我在学习 vue 的过程中做的 UI 框架,希望能够帮到你

开始使用

添加 CSS 样式

使用本框架前,请在 CSS 中开启 border-box

IE 8 及以上浏览器都支持该样式

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

你还需要设置默认颜色等变量(后续将改为 Sass 变量) IE 15 及以上浏览器都支持此样式

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

安装

yarn i -S zealot-ui-primarydemo

引入

import { Button, ButtonGroup, Icon } from "zealot-ui-primarydemo"
import "zealot-ui-primarydemo/dist/index.css"
export default {
	name: "app",
	components: {
		HelloWorld,
		"z-button": Button,
		"z-icon": Icon,
	},
}

文档

提问

变更记录

联系方式

贡献代码

0.0.12

5 years ago

0.0.11

5 years ago

0.1.0

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago