An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Air Vue

https://franklioxygen.github.io/air-vue/

![npm](https://img.shields.io/npm/dm/air-vue)
![NPM](https://img.shields.io/npm/l/air-vue)
![npm](https://img.shields.io/npm/v/npm)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/air-vue)
![W3C Validation](https://img.shields.io/w3c-validation/default?targetUrl=https%3A%2F%2Ffranklioxygen.github.io%2Fair-vue%2F)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/franklioxygen/air-vue)
![GitHub issues](https://img.shields.io/github/issues/franklioxygen/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";
```