y-select 2.1
Vanilla JS • ARIA Compliant • Custom Style
Step 1: Download & Include Files
Download the yselect.css and yselect.js files and include them in your HTML:
<link rel="stylesheet" href="yselect.css" />
<script src="yselect.js"></script>
Step 2: How to use?
Just add the y-select class to your select element.
That's it!
<select class="y-select"> ... </select>