This is a Vue Component Library written using Composition API
Air Vue is an open source components library for Vue 3, designed to be lightweight and implemented with the Composition API. The goal of this project is to create an easy-to-use, responsive, accessible, and performant UI library. Contributions are welcomed, making it a collaborative effort.
To install Air Vue, you can use npm and add it as a dependency in your project.
npm install air-vue
Once installed, you can import and use the components in your Vue project like this:
import { Button, Input } from 'air-vue';
Air Vue is an open source components library for Vue 3, providing developers with a lightweight and performance-focused UI solution. It takes advantage of Vue 3’s Composition API and aims to be easy to use, responsive, accessible, and performant. Contributions are welcomed, making it a collaborative effort in creating a high-quality UI library for Vue applications.