tmconsulting-ui
v1.3.2
Published
A Component Library for Vue.js.
Downloads
29
Readme
TM-Ui - Tm-consulting VueJs components
A Vue.js 2.0 UI Toolkit for Tm-consulting.
Documentation of components and examples can be found on: https://tmc24-components.herokuapp.com
Special Thanks
TM-Ui is a based on ElementUI UI Toolkit. Special thanks to our mastermind!
Links
Install
npm install tmconsulting-ui -S
Quick Start
import Vue from 'vue'
import TMui from 'tmconsulting-ui'
import 'tmconsulting-ui/lib/theme-chalk/index.css'
Vue.use(TMui)
// or
import {
Select,
Button
// ...
} from 'tmconsulting-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Browser Support
Modern browsers and Internet Explorer 10+.
Changelog
Detailed changes for each release are documented in the release notes.
FAQ
We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.
Contribution
Please make sure to read the contributing guide before making a pull request.