Skip to content
/ maz-ui Public
forked from LouisMazel/maz-ui

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

License

Notifications You must be signed in to change notification settings

treb00/maz-ui

 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 42.9%
  • Vue 40.5%
  • JavaScript 15.7%
  • Other 0.9%