-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
Develop a reusable dropdown component that allows users to select options, with the entered value being stored in a state variable. This component should be flexible and easy to integrate into various parts of the application.
Acceptance Criteria
- The component renders an dropdown menu and the user is able to select an option
- User input updates a state variable in real time
- The component supports multiple sizes and is responsive
- The options are passed in through props