All Projects â†’ vuejs â†’ Ui

vuejs / Ui

💻 UI components for official Vue organization apps

Labels

Vue UI Framework

npm vue2

This is a collection of components and styles meant to be used across all official Vue.js apps.

Installation

Install the @vue/ui package:

npm i -S @vue/ui

Install the Vue plugin:

import Vue from 'vue'
import VueUi from '@vue/ui'

Vue.use(VueUi)

Import the CSS:

import '@vue/ui/dist/vue-ui.css'

Documentation is Work In Progress

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].