Licence
MIT
Version
0.3.0
Deps
2
Size
64 kB
Vulns
1
Weekly
0
Kaosjs
Kaosjs is a renderless Vue component library. It only brings functionality to Vue, without styling.
!This library is not ready for production.
Installation
Install the kaosjs library with your package manager:
$ yarn add kaosjs
Register it as a Vue plugin:
// main.js
import Vue from 'vue';
import App from './App.vue';
import Kaosjs from 'kaosjs';
Vue.config.productionTip = false;
Vue.use(Kaosjs);
new Vue({
render: h => h(App),
}).$mount('#app');
TO-DO
- ListView
- TreeView
- Select
- Tags Input
- Tabs
- Storage
- Pagination