JSFiddle - React, Tailwind, and code Playground
JavaScript
MsButton.install = Vue => {
Vue.component(MsButton.name, MsButton);
// Add tracker here
// What will be the tracker? no idea yet :)
// How to add the app name? not sure :)
Tracker.fireEvent('app name', MsButton)
};