Skip to content

oovui/vue-components

Repository files navigation

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
  • cssicon
  • button
  • grid
  • input
  • radio
  • checkbox
  • tag
  • switch
  • select
  • rate
  • page
  • alert
  • message
  • modal
  • page
  • tab
  • upload
  • tooltip
  • popover
  • carousel
  • dotdotdot
  • form
  • layout
  • datepicker
  • list

About

oovui vue components library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published