component-library-gj

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i component-library-gj

Weekly Downloads

0

Version

1.0.4

License

none

Unpacked Size

7.66 MB

Total Files

961

Last publish

Collaborators

  • anemployee