0.5.6 • Published 5 years ago

imax-ui v0.5.6

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

imax-ui

GitHub package.json version GitHub

A UI Components Library

Install

$ npm install imax-ui --save

Usage

Global Use

import Vue from 'vue';
import imaxUi from 'imax-ui';

Vue.use(imaxUi);

Local Use

import Vue from 'vue';
import Button from 'imax-ui/dist/button';

Vue.use(Button);

// or

Vue.component(Button.name, Button);

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes

Todo list

Please view this file for participating projects todo list

LICENSE

MIT