All Projects → mubaidr → vue-fluent

mubaidr / vue-fluent

Licence: MIT License
Vuejs 2+ components built using Microsoft’s Fluent Design System based on Buefy.

Programming Languages

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

Projects that are alternatives of or similar to vue-fluent

V2 Table
A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
Stars: ✭ 96 (+24.68%)
Mutual labels:  vuejs-components
Protovue
A prototyping component library
Stars: ✭ 195 (+153.25%)
Mutual labels:  vuejs-components
vueNotification
Notification plugin for VuesJS
Stars: ✭ 52 (-32.47%)
Mutual labels:  vuejs-components
Vue Feather Icon
Stars: ✭ 110 (+42.86%)
Mutual labels:  vuejs-components
Vue Circle Progress
A Vue.js component to draw animated circular progress bars
Stars: ✭ 135 (+75.32%)
Mutual labels:  vuejs-components
vue-feather-icon
No description or website provided.
Stars: ✭ 109 (+41.56%)
Mutual labels:  vuejs-components
Nextcloud Vue
🍱 Vue.js components for Nextcloud app development ✌
Stars: ✭ 89 (+15.58%)
Mutual labels:  vuejs-components
vue-vis-network
Vue 2 integration with https://github.com/visjs/vis-network/
Stars: ✭ 57 (-25.97%)
Mutual labels:  vuejs-components
Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (+124.68%)
Mutual labels:  vuejs-components
vuelendar
Simple and clean calendar written in Vue.js
Stars: ✭ 76 (-1.3%)
Mutual labels:  vuejs-components
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+2328.57%)
Mutual labels:  vuejs-components
Vue Innersearch
🔎 UI components built with Vue.js for ElasticSearch
Stars: ✭ 135 (+75.32%)
Mutual labels:  vuejs-components
vue-horizontal-calendar
a horizontal calendar component for Vue.js
Stars: ✭ 37 (-51.95%)
Mutual labels:  vuejs-components
Vue Parallax Js
Tiny vue component that adds a directive for parallax effect on elements.
Stars: ✭ 107 (+38.96%)
Mutual labels:  vuejs-components
vue-table-for
Easily build a table for your records
Stars: ✭ 33 (-57.14%)
Mutual labels:  vuejs-components
Vue Multi Select
This component gives you a multi/single select with the power of Vuejs components.
Stars: ✭ 92 (+19.48%)
Mutual labels:  vuejs-components
Vue2 Perfect Scrollbar
Vue.js wrapper for perfect scrollbar
Stars: ✭ 225 (+192.21%)
Mutual labels:  vuejs-components
vue-jam-icons
VueJS component for jam icons
Stars: ✭ 21 (-72.73%)
Mutual labels:  vuejs-components
vue3-openlayers
Web map Vue 3.x components with the power of OpenLayers
Stars: ✭ 320 (+315.58%)
Mutual labels:  vuejs-components
vue-rss-feed
Embed RSS Feeds in your Vue web app
Stars: ✭ 37 (-51.95%)
Mutual labels:  vuejs-components

Logo by jbeguna04

Vue-Fluent

Fluent Design Components for Vue.js based on Buefy and bulma-fluent, inspired by Microsoft’s Fluent Design System.

Fluent Design Theme for Bulma is also available.

Addons for Bulma are also available.


NPM

dependencies

Documentation

Browse the online documentation here.

Quick install

NPM

npm install vue-fluent

Import

import Vue from 'vue'
import VueFluent from 'vue-fluent'

Vue.use(VueFluent)

// Or Import individual components
import Vue from 'vue'
import Field from 'buefy/dist/components/field'
import Input from 'buefy/dist/components/input'
Vue.use(Field)
Vue.use(Input)

import 'vue-fluent/dist/vue-fluent.css'

// You can customize the theme, for details check cutosmize section
// Then import styles

import 'vue-fluent/src/lib/index.scss'

CDN link

unpkg.com/vue-fluent

Download from this Repository

Download Latest Minified CSS

Copyright and license

All credits to Buefy Collaborators for implementing these beautiful components.

Code released under the MIT license.

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].