Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 551 Bytes

React Aria Dropdown Example

Accessible Dropdown using React Aria!

This example of an accessible dropdown was built using the React Spectrum Libraries. Please refer to my blog post for more detailed information as well as some tips and tricks when working with React Aria.

Local development

Run the development server on http://localhost:3000:

npm install
npm run dev