2.6.0 • Published 2 years ago
ux-select v2.6.0
UX Select
Free and lightweight native(vanilla) JavaScript plugin that replace native select elements with customization.
Status
Installation
ES-module
npm i ux-select --saveNon ES-module
Install plugin files from dist directory;
css/ux-select.min.cssjs/ux-select.iife.js
Usage
ES-module
import UxSelect from 'ux-select/dist/js/ux-select.es.js'Non ES-module
Add styles and script to project
<link rel="stylesheet" href="path/to/ux-select.min.css" type="text/css" />
<script src="path/to/ux-select.iife.js"></script>Initialize ux-select in .js file
const myUxSelect = new UxSelect(element, params)Style customization
You can customize styles by replace CSS-variables what contain "--uxs" prefix and placed on :root.
Documentation
More details on ux-select.com.
License
UX Select is licensed by MIT
It can be used for free and without any attribution, in any personal or commercial project.
2.3.0
2 years ago
2.5.0
2 years ago
2.4.0
2 years ago
2.6.0
2 years ago
2.2.0
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
2.0.0
2 years ago
1.6.4
3 years ago
1.6.3
3 years ago
1.6.1
3 years ago
1.5.2
3 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.7
3 years ago
1.2.5
3 years ago
1.2.2
3 years ago