tailor-teaching-elements

1.5.0 • Public • Published

Tailor teaching elements

circleci build status bundlephobia minified size npm package version github license js @extensionengine style js @extensionengine style open source love

Vue.js library for Tailor's teaching elements presentation

Usage

Install via npm

npm i tailor-teaching-elements

Register component

As global component

import Vue from 'vue';
import tailorTeachingElements from 'tailor-teaching-elements';
 
Vue.component('tailor-teaching-elements', tailorTeachingElements);
OR

Import locally in components

<script>
import tailorTeachingElements from 'tailor-teaching-elements';
 
export default {
  // ...
  components: {
    tailorTeachingElements
  }
};
</script> 

Package Sidebar

Install

npm i tailor-teaching-elements

Weekly Downloads

9

Version

1.5.0

License

MIT

Unpacked Size

5.55 MB

Total Files

48

Last publish

Collaborators

  • droguljic
  • vladimyr
  • kronicker
  • undersc0pe
  • mirodojkic
  • ikovac