https://franklioxygen.github.io/air-vue/
Air Vue is a set of open source components library for Vue3.
It's light weight and implemented with Composition API
The vision of this project is to build a easy-to-use, responsive, accessible and performant UI library.
Contributions are welcomed.
npm install air-vue --save
// main.js
import "air-vue/dist/style.css";
// App.vue
// Import a Component
import { ComponentNameHere } from "air-vue";