Subframe components are accessible by default. We use Radix under the hood, which provides built-in keyboard navigation, focus management, and ARIA attributes.Documentation Index
Fetch the complete documentation index at: https://docs.subframe.com/llms.txt
Use this file to discover all available pages before exploring further.
Adding accessibility attributes
All components pass through props to the top-level element. You can add any ARIA attribute directly:aria-label— Describes the element for screen readersaria-describedby— References an element that describes this onearia-required— Indicates a required form fieldaria-invalid— Indicates validation errorsaria-expanded— Indicates expandable content statearia-hidden— Hides decorative elements from screen readersrole— Overrides the semantic role of an element

