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

maz-ui

Package Overview
Dependencies
Maintainers
1
Versions
623
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maz-ui

A components library for VueJs

  • 0.2.9
  • Source
  • npm
  • Socket score

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

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

Keywords

FAQs

Package last updated on 28 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc