DaoCloud / dao-style

๐ŸŽ‰ A high quality component library built on Vue.js 2.0

Home Page:https://daocloud.github.io/dao-style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dao-style

dao-style NPM downloads

A high quality component library built on Vue.js.

English | ็ฎ€ไฝ“ไธญๆ–‡

Docs

latest

Who's using dao-style

If you are also using dao-style, please click here to tell us.

Install

Using npm:

npm install dao-style-vue --save

Using html tag:

<script type="text/javascript" src="dao-style.min.js"></script>
<link rel="stylesheet" href="dist/styles/dao-style.css">

Usage

import daoStyle from 'dao-style-vue';
import 'dao-style-vue/styles/dao-style.css';

Vue.use(daoStyle);
<template>
  <dao-input v-model="value"></dao-input>
</template>
<script>
  export default {
    data () {
      return {
        value: 'hello dao-style'
      };
    },
  }
</script>

Compatibility

Browser Version
Chrome 30
Safari 10
Firefox 28
IE 11

Community

If you want to contribute or have questions or bugs to report:

Questions: Issues

Bugs: Report bugs

Contribute: How to contribute

License

MIT

Copyright (c) 2016-present, DaoCloud

About

๐ŸŽ‰ A high quality component library built on Vue.js 2.0

https://daocloud.github.io/dao-style

License:MIT License


Languages

Language:Vue 36.9%Language:CSS 31.1%Language:JavaScript 28.4%Language:HTML 3.3%Language:Shell 0.2%Language:Dockerfile 0.1%