Vueberry is a lightweight library of responsive UI components for Vue.js.
The documentation is in the docs directory, it serves as the demo as well.
Browse online documentation here.
You need Vue.js version 3.2.47+.
npm install vueberry
Bundle
import Vue from 'vue'
import Vueberry from 'vueberry'
import 'vueberry/dist/style.css'
Vue.use(Vueberry)
The library is currently under development, but it is already possible to test the alpha version.