Multiple Select

Multiple Select

  • Getting started
  • Documentation
  • Examples
  • Vue Component
  • Vue Examples
  • Online Editor
  • GitHub

›Getting started

Getting started

  • Download
  • What's included
  • Usage

What's included

The Multiple Select source code download includes the precompiled CSS and JavaScript, as well as compiled and minified variations and documentation.

More specifically, it includes the following and more:

multiple-select/
├── site/
├── src
|   ├── constants
|   ├── locale
|   ├── utils
|   ├── vue
│   ├── MultipleSelect.js
│   ├── multiple-select.css
│   ├── multiple-select.js
├── dist
│   ├── multiple-select-es.js
│   ├── multiple-select-es.min.js
│   ├── multiple-select.css
│   ├── multiple-select.js
│   ├── multiple-select.min.css
│   ├── multiple-select.min.js
└── README.md

The src/ folder contains the source code for our CSS and JS. The dist/ folder includes everything compiled and minified with src/. The docs/ folder includes the source code for our documentation. Any other included file provides support for packages, license information, and development.

← DownloadUsage →
  • GitHub
  • Twitter
  • My website
  • My repos
  • Email
Copyright © 2010-2025 wenzhixin.net.cn