GithubHelp home page GithubHelp logo

tchigher / vue-select Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sagalbot/vue-select

0.0 0.0 0.0 9.77 MB

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.

Home Page: https://vue-select.org

License: MIT License

HTML 0.52% JavaScript 60.97% Vue 30.36% CSS 8.16%

vue-select's Introduction

vue-select Current Release Release Date Bundle Size Monthly Downloads Coverage Status MIT License

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, zero dependency, extensible Vue component.

Vue Select is a feature rich select/dropdown/typeahead component. It provides a default template that fits most use cases for a filterable select dropdown. The component is designed to be as lightweight as possible, while maintaining high standards for accessibility, developer experience, and customization.

  • 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 ๐ŸŽ‰

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-select

# or use npm

npm install vue-select

Then, import and register the component:

import Vue from "vue";
import vSelect from "vue-select";

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

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

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

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

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

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

License

MIT

vue-select's People

Contributors

adi518 avatar akkinenirajesh avatar alsotang avatar andreasvirkus avatar andywarren86 avatar beattyml1 avatar dependabot[bot] avatar doits avatar edwindj avatar eriknygren avatar evanslify avatar fidgetwidget avatar hrobertson avatar koriroys avatar lexxus avatar martink635 avatar meteorlxy avatar micgme-wittgruppe avatar mrstobbart avatar nanotronic avatar owenconti avatar sagalbot avatar semantic-release-bot avatar skalt avatar skojin avatar ss44 avatar stevenharman avatar thomhurks avatar toadkicker avatar tobyzerner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.