tmconsulting-ui
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

TM-Ui - Tm-consulting VueJs components

CircleCI License: MIT

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.

LICENSE

MIT

/tmconsulting-ui/

    Package Sidebar

    Install

    npm i tmconsulting-ui

    Weekly Downloads

    28

    Version

    1.3.2

    License

    MIT

    Unpacked Size

    10.9 MB

    Total Files

    866

    Last publish

    Collaborators

    • teamcio