--- id: download title: Download --- Multiple Select has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.
## Source code Source css, JavaScript, locales, and extensions, along with our docs. Download source ## Clone or fork via GitHub Via GitHub ## CDN The folks over at [UNPKG](https://unpkg.com/multiple-select) graciously provide CDN support for CSS and JavaScript of Multiple Select. Just use these CDN links. ```html ``` ## NPM Install and manage Multiple Select's CSS, JavaScript using [NPM](http://npmjs.com). ```bash $ npm install multiple-select ```