Download

Download Better-Nice-Select to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn, and more.


 

Latest Release

Download the latest release here.

 

Source Code

Source CSS, JavaScript, locales, and extensions, along with the available Jekyll docs to create own style with SASS. (Tutorial how to edit the files is in work and will be added in the near future).

Download Source

 

Clone or fork via GitHub

Via GitHub

 

UNPKG

UNPKG is a CDN open source project powered by Cloudfare to distribute everything on npm. Use it to quickly and easily load any file from any package using a URL like notation.

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/better-nice-select@1.0.0/dist/css/better-nice-select.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://unpkg.com/better-nice-select@1.0.0/dist/js/better-nice-select.min.js"></script>

 

Package Managers

 

NPM

Install and manage Better-Nice-Select’s CSS, JavaScript, locales, and extensions using npm.

npm i better-nice-select

 

Yarn

Install and manage Better-Nice-Select’s CSS, JavaScript, locales, and extensions using yarn.

yarn add better-nice-select