component-library-gj
v1.0.4
Published
A Component Library for Vue.js.
Downloads
872
Maintainers
Readme
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+.