All Projects → LouisMazel → Maz Ui

LouisMazel / Maz Ui

Licence: mit
Stand-alone components library to build your interfaces with Vue.JS & Nuxt.JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Maz Ui

Vuesax
New Framework Components for Vue.js 2
Stars: ✭ 5,293 (+4755.96%)
Mutual labels:  library, component, vue-components
Vuescroll
A customizable scrollbar plugin based on vue.js for PC , mobile phone, touch screen, laptop.
Stars: ✭ 1,016 (+832.11%)
Mutual labels:  component, vue-components
Hellobooks
A Single-Page Library Management App built with nodejs, express and react and redux
Stars: ✭ 37 (-66.06%)
Mutual labels:  library, component
React Native X Bar
🎩 A flexible, lightweight bar component for common UI patterns in React Native
Stars: ✭ 68 (-37.61%)
Mutual labels:  library, component
Egjs
Javascript components group that brings easiest and fastest way to build a web application in your way.
Stars: ✭ 871 (+699.08%)
Mutual labels:  library, component
Vue Share Buttons
🔗A set of social buttons for Vue.js
Stars: ✭ 34 (-68.81%)
Mutual labels:  component, vue-components
Faboptions
A multi-functional FAB component with customizable options
Stars: ✭ 1,060 (+872.48%)
Mutual labels:  library, component
Sweet Modal Vue
The sweetest library to happen to modals.
Stars: ✭ 682 (+525.69%)
Mutual labels:  library, vue-components
Ngx Select Dropdown
Custom Dropdown for Angular 4+ with multiple and single selection options
Stars: ✭ 91 (-16.51%)
Mutual labels:  library, component
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (-17.43%)
Mutual labels:  library, scss
Raisincss
An Utility CSS only library. It supports css grid and many more useful css properties.
Stars: ✭ 93 (-14.68%)
Mutual labels:  library, scss
Fish Ui
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 861 (+689.91%)
Mutual labels:  component, vue-components
Vuep
🎡 A component for rendering Vue components with live editor and preview.
Stars: ✭ 840 (+670.64%)
Mutual labels:  component, vue-components
Vue Flip
A Vue.js component to flip elements.
Stars: ✭ 37 (-66.06%)
Mutual labels:  component, vue-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+544.04%)
Mutual labels:  library, vue-components
Pannellum React
React Component for Pannellum (open source panorama viewer for the web)
Stars: ✭ 48 (-55.96%)
Mutual labels:  library, component
React Markdown
Markdown editor (input) based on React
Stars: ✭ 98 (-10.09%)
Mutual labels:  library, component
Expanding Collection
ExpandingCollection is an animated material design UI card peek/pop controller. iOS library made by @Ramotion
Stars: ✭ 5,456 (+4905.5%)
Mutual labels:  library, component
Wymaterialbutton
Interactive and fully animated Material Design button for iOS developers.
Stars: ✭ 80 (-26.61%)
Mutual labels:  library, component
O Grid
Responsive grid system
Stars: ✭ 96 (-11.93%)
Mutual labels:  component, scss

maz-ui

license vue 2 npm npm Codacy grade

npm

Maz-ui is a stand-alone components library for VueJS & NuxtJS

Documentation & Components

Documentation & Components

Install

Get Started

npm install maz-ui

# Or yarn add maz-ui

On demande install

To optimize your bundle size, it's recommanded to use the on demand install

import Vue from 'vue'
import {
  ...
  MazBtn
  MazInput
  MazPicker
  MazPhoneNumberInput
  ...
} from 'maz-ui'

...
Vue.use(MazBtn)
Vue.use(MazInput)
Vue.use(MazPicker)
Vue.use(MazPhoneNumberInput)
...

Quick Start - Fully install (not recommanded)

import Vue from "vue";
import "maz-ui/lib/css/index.css";
import MazUi from "maz-ui";

Vue.use(MazUi);

Contribute

Read documentation of CONTRIBUTING.md

LICENSE

MIT

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