A fully keyboard accessible custom select element, can be used as single- or multiselect. Complete with ARIA-roles and WCAG 2 compliant color contrast.
//clone the repository, then:
cd select_element
npm i
npm run dev
Based on the tutorial of WebDevSimplified - thank you for the awesome content!