@oovui/vue

0.0.4 • Public • Published

vueui

a UI components library based on vue

Installation

Install the @oovui/vue package:

npm i -S @oovui/vue 
# or
yarn add  @oovui/vue 

Install the Vue plugin:

import Vue from 'vue'
import oovui from '@oovui/vue'

Vue.use(oovui)

Import the CSS:

import '@oovui/vue/dist/oovui.css';

Warning:

This ui library is Work In Progress, just for study. Pls do not use it in the production environment。

Documentation is Work In Progress

TODO

  • [x] color
  • [x] font
  • [x] utilities
  • [x] icon
  • [ ] button
  • [ ] grid
  • [ ] input
  • [ ] radio
  • [ ] checkbox
  • [ ] tab
  • [ ] dotdotdot
  • [ ] form
  • [ ] alert
  • [ ] message
  • [ ] modal
  • [ ] layout
  • [ ] datepicker
  • [ ] select
  • [ ] switch
  • [ ] list
  • [ ] page

Package Sidebar

Install

npm i @oovui/vue

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

91.3 kB

Total Files

27

Last publish

Collaborators

  • oovui