/dao-style

🎉 A high quality component library built on Vue.js 2.0

Primary LanguageVueMIT LicenseMIT

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