0.0.4 • Published 5 years ago

@oovui/vue v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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

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