tk-wheel

[![Build Status](https://travis-ci.org/ZD-ong/tk_UI.svg?branch=master)](https://travis-ci.org/ZD-ong/tk_UI)


Keywords
vue
License
ISC
Install
npm install tk-wheel@0.0.5

Documentation

tk-wheel

Build Status

this is a awesome UI framwork using vue

  • author: Dong Zuo

Introduction

CSS style

Before using this framework, you should use 'border-box'

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

This feature is supported by IE8 and above.


You also need to set variables such as global colors (subsequently changed to sass variable)

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

This feature is supported by IE15 and above.

Install

  1. install tk-wheel
npm i --save tk-wheel
  1. import tk-wheel
import { Button } from "tk-wheel";

export default {
  name: "app",
  components: {
    "tk-button": Button
  }
};

Ecosystem

Documentation

Questions

Issues

Changelog