All Projects → OasisUI → Oasis

OasisUI / Oasis

Licence: other
🍃 UI framework based on [email protected]. (English document is coming soon)

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Oasis

unique-ui
一个用于Vue2.x的移动端组件库
Stars: ✭ 43 (+48.28%)
Mutual labels:  vue-components
vue-clock-simple
Repo for the article How To Publish Your Vue.js Component On NPM
Stars: ✭ 88 (+203.45%)
Mutual labels:  vue-components
rails-vue-components-example
Ruby on Rails with vue.js single-file components example.
Stars: ✭ 20 (-31.03%)
Mutual labels:  vue-components
vue-word-highlighter
The word highlighter library for Vue 2 and Vue 3.
Stars: ✭ 112 (+286.21%)
Mutual labels:  vue-components
vue-flexmonster
Vue Module for Flexmonster Pivot Table & Charts
Stars: ✭ 16 (-44.83%)
Mutual labels:  vue-components
okeedesign-mobile-vue
High Performance, Flexiable Configuration, Various Components
Stars: ✭ 139 (+379.31%)
Mutual labels:  vue-components
vue-scroll-snap
A super simple Vue component that allows fullscreen and horizontal scroll snapping.
Stars: ✭ 25 (-13.79%)
Mutual labels:  vue-components
vue-hooks-form
Building forms with vue composition API.
Stars: ✭ 131 (+351.72%)
Mutual labels:  vue-components
ignore
🔥修炼内功,无招胜有招。 ---个人博客
Stars: ✭ 27 (-6.9%)
Mutual labels:  vue-components
vue-cli-plugin-quasar
Quasar Framework Vue CLI plugin
Stars: ✭ 66 (+127.59%)
Mutual labels:  vue-components
vue-skeleton-loader
A simple and easily customizable skeleton loader plugin for you Vue application.
Stars: ✭ 74 (+155.17%)
Mutual labels:  vue-components
vue-data-loading
Another component for infinite scroll and pull down/up to load data.
Stars: ✭ 63 (+117.24%)
Mutual labels:  vue-components
vue-cirrus
Vue components for the Cirrus CSS framework.
Stars: ✭ 43 (+48.28%)
Mutual labels:  vue-components
shadow
Shadow dom support for Vue
Stars: ✭ 46 (+58.62%)
Mutual labels:  vue-components
vue-on-rails
Easy way to mount/destroy Vue.js components with Ruby on Rails and Turbolinks 5
Stars: ✭ 17 (-41.38%)
Mutual labels:  vue-components
vue-mobiledoc-editor
A lightweight and customizable editor that allows you to embed rich content using Vuejs components.
Stars: ✭ 73 (+151.72%)
Mutual labels:  vue-components
Different-UI
✨ A Vue.js 3 UI Library — a Toy
Stars: ✭ 62 (+113.79%)
Mutual labels:  vue-components
vue3-docs
vue中文社区,vue3 中文文档
Stars: ✭ 180 (+520.69%)
Mutual labels:  vue-components
vue-drag-zone
Drag Zone component for @vuejs
Stars: ✭ 127 (+337.93%)
Mutual labels:  vue-components
v-owl-carousel
🦉 VueJS wrapper for Owl Carousel
Stars: ✭ 46 (+58.62%)
Mutual labels:  vue-components

🍃 Elegant UI framework for building prototype.

Installation

Oasis is available in npm.

$ npm install oasis-ui
$ yarn add oasis-ui

Usage

import Vue from 'vue'
import Oasis from 'oasis-ui'
import 'oasis-ui/lib/theme/index.css'

Vue.use(Oasis)

or use specified component:

import Vue from 'vue'
import PreviewImg from '@oasis-ui/preview-img'
import '@oasis-ui/theme/theme.css'

Vue.use(PreviewImg)
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].