Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

maz-ui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maz-ui

A components library for VueJs


Version published
Weekly downloads
9.8K
decreased by-0.76%
Maintainers
1
Weekly downloads
 
Created

maz-ui

license vue 2 npm npm Codacy grade

npm

Maz-ui is a component & CSS library for Vue

Documentation & Components

Documentation & Components

Install

Detail & CDN

npm install maz-ui -S

Quick Start

Detail

import Vue from 'vue'
import 'maz-ui/dist/maz-ui.css';
import MazUi from 'maz-ui'

Vue.use(MazUi)

// or
import {
  MazSelect,
  MazButton
  // ...
} from 'maz-ui'

Vue.component(MazSelect.name, MazSelect)
Vue.component(MazButton.name, MazButton)

For more informations, see the Install Documentation

LICENSE

MIT

FAQs

Package last updated on 26 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts