https://github.com/franklioxygen/air-vue
This is a Vue Component Library written using Composition API
https://github.com/franklioxygen/air-vue
component composition-api library sass ui-components vue vue-library vue3 vuejs
Last synced: about 1 year ago
JSON representation
This is a Vue Component Library written using Composition API
- Host: GitHub
- URL: https://github.com/franklioxygen/air-vue
- Owner: franklioxygen
- License: mit
- Created: 2022-03-10T05:07:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T03:53:00.000Z (about 4 years ago)
- Last Synced: 2025-06-10T10:14:15.478Z (about 1 year ago)
- Topics: component, composition-api, library, sass, ui-components, vue, vue-library, vue3, vuejs
- Language: Vue
- Homepage: https://franklioxygen.github.io/air-vue/
- Size: 1.86 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Air Vue
https://franklioxygen.github.io/air-vue/







### Introduction
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.
### Install
```sh
npm install air-vue --save
```
### Usage
```js
// main.js
import "air-vue/dist/style.css";
// App.vue
// Import a Component
import { ComponentNameHere } from "air-vue";
```