Components and propsPath 1/21
Components & propsState & eventsAccessibility
Prerequisites are suggestions only. Every challenge stays open.
Profile Tabs
Create a data-driven tab interface with accessible roles.
Requirements
- Store only the active tab ID in state.
- Render triggers from the provided array with stable keys.
- Derive the active tab object.
- Synchronize
aria-selected, aria-controls, and aria-labelledby.
- Display exactly one panel at a time.