1.0.4 • Published 11 months ago

component-library-gj v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Gildata Design

Install

npm i component-library-gj -S

Quick Start

import componentLibraryGj from 'component-library-gj';
import 'component-library-gj/lib/theme-chalk/index.css';

Vue.use(componentLibraryGj);

// or
import {
  Select,
  Button
  // ...
} from 'GildataDesign';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);

Browser Support

Modern browsers and Internet Explorer 10+.

Website

Changelog

Custom Theme

Image text

LICENSE

MIT