Skip to content

wowxoxo/iit-vue-ui

Repository files navigation

@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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published