You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A grid widget is a container that enables users to navigate the information or interactive elements it contains using directional navigation keys, such as arrow keys, Home, and End. As a generic container widget that offers flexible keyboard navigation, it can serve a wide variety of needs. It can be used for purposes as simple as grouping a collection of checkboxes or navigation links or as complex as creating a full-featured spreadsheet application
This discussion was converted from issue #1327 on March 07, 2024 10:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
🚀 Feature request
Add support for the WAI-ARIA grid pattern (https://www.w3.org/WAI/ARIA/apg/patterns/grid/)
🧱 Problem Statement / Justification
From the WAI-ARIA description:
↩️ Alternatives
react-aria implements the pattern: https://react-spectrum.adobe.com/react-aria/GridList.html
📝 Additional Information
Beta Was this translation helpful? Give feedback.
All reactions