Skip to content

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

License

Notifications You must be signed in to change notification settings

fanhongyan/dao-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 36.9%
  • CSS 31.1%
  • JavaScript 28.4%
  • HTML 3.3%
  • Other 0.3%