Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 519 Bytes

Custom Select Element with React + TypeScript + Vite

A fully keyboard accessible custom select element, can be used as single- or multiselect. Complete with ARIA-roles and WCAG 2 compliant color contrast.

Custom Select Elements

Try it out

   //clone the repository, then:
   cd select_element
   npm i
   npm run dev

Thanks to:

Based on the tutorial of WebDevSimplified - thank you for the awesome content!