Vue.js Component library for One Utility Bill
The documentation is in the docs directory, it serves as the demo as well.
npm install oub-vue-components
import Vue from 'vue';
import OUBComponents from 'oub-vue-components';
import 'oub-vue-components/lib/oub.css';
Vue.use(OUBComponents);
// OR
Vue.component(OUBComponents.Test.name, OUBComponents.Test);
...
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
vX.Y.Z (SemVer)
- [x] Firefox 38+
- [x] Chrome 38+
- [x] Edge 13+
- [x] Opera 44+
- [x] Safari 7+
- [ ] Internet Explorer 10+ is only partially supported
Might work in other versions, but it's not tested.