qq-uicomponent

0.2.19 • Public • Published

qq-uicomponent

A Component Library of QingQing for Vue.js.

Installation

$ npm install qq-uicomponent

API

import Vue from 'Vue'
import qqUicomponent from 'qq-uicomponent'
improt 'qq-uicomponent/dist/qq-uicomponents.min.css'

Vue.use(qqUicomponent)

Examples

Type: Main(default)
<qq-button>我知道了</qq-button>
<qq-button size="large">我知道了</qq-button>
<qq-button size="small">我知道了</qq-button>
<qq-button disabled>我知道了</qq-button>
<qq-button size="special">确认</qq-button>
<qq-button size="special">下一步</qq-button>
<qq-button size="special-small">确认</qq-button>
<qq-button size="special-small">下一步</qq-button>
<qq-button size="special-small" disabled>下一步</qq-button>

For detailed explanation on how things work, consult the docs for vue-loader.

Readme

Keywords

Package Sidebar

Install

npm i qq-uicomponent

Weekly Downloads

0

Version

0.2.19

License

MIT

Unpacked Size

357 kB

Total Files

21

Last publish

Collaborators

  • tangji
  • tao_xu