0.1.6 • Published 4 years ago

gant_ui v0.1.6

Weekly downloads
22
License
-
Repository
-
Last release
4 years ago

gant_ui

install

yarn add gant_ui
or
npm install gant_ui

use

import Vue from 'vue';
import gant from 'gant_ui'
import App from './App.vue'

Vue.use(gant)

new Vue({
  render: h => h(App),
}).$mount('#app')

example

<template>
  <div>
    <gant-button>按钮</gant-button>
    <gant-button type="primary">按钮</gant-button>
  </div>
</template>
0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago