@iit/vue-ui

0.1.4 • Public • Published

@iit/vue-ui

Generic badge

It's just a library with some custom Vue components.

Installation and Usage

  1. Install package:
    npm install @iit/vue-ui -S
    
  2. Include the scripts by using following snippet:
    import IitComponents from "@iit/vue-ui";
    
    Object.keys(IitComponents).forEach(name => {
        Vue.component(name, IitComponents[name]);
    });
    

List of components:

All components are registered with the Vue global and are available for use. You don't need to re-register them.

List is empty now.

Readme

Keywords

Package Sidebar

Install

npm i @iit/vue-ui

Weekly Downloads

3

Version

0.1.4

License

ISC

Unpacked Size

849 kB

Total Files

37

Last publish

Collaborators

  • wowxoxo