1.0.3 • Published 3 years ago

vue-aos-select v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-aos-select

Classic vue-select is with Vue3 compatibility

Vue AOS Select is version of classic vue-select with Vue3 compatibility.

  • Tagging
  • Filtering / Searching
  • Vuex Support
  • AJAX Support
  • SSR Support
  • Accessible
  • ~20kb Total / ~5kb CSS / ~15kb JS
  • Select Single/Multiple Options
  • Customizable with slots and SCSS variables
  • Zero dependencies

Documentation

Complete documentation and examples available at https://vue-select.org.

Sponsors :tada:

It takes a lot of effort to maintain this project. If it has saved you development time, please consider sponsoring the project with GitHub sponsors!

Huge thanks to the sponsors and contributors that make Vue Select possible!

Install

yarn add vue-aos-select

# or use npm

npm install vue-aos-select

Then, import and register the component from node_modules:

import Vue from "vue";

import vSelect from "../../node_modules/vue-aos-select/src/index";

Vue.component("v-select", vSelect);

The component itself does not include any CSS. You'll need to include it separately:

import "vue-aos-select/dist/vue-select.css";

Alternatively, you can import the scss for complete control of the component styles:

@import "vue-aos-select/src/scss/vue-select.scss";

You can also include vue-select directly in the browser. Check out the documentation for loading from CDN..

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago