1.0.7 • Published 11 months ago

innov-ui v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Install

npm install innov-ui -S

Quick Start

import Vue from 'vue'
import Innov from 'innov-ui'

Vue.use(Innov)

// or
import {
  Select,
  Button
  // ...
} from 'innov-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

1 year ago