<Tab />
Tabs is a classic UI navigation pattern for dividing related content and interactions.
The usage of
aria attributes is important in order for people using screen readers to get a good experience. When using TypeScript, Sanity UI enforces the usage of the correct aria attributes.aria-controls: stringid: stringicon?: React.ComponentType | React.ReactNodefocused?: booleanlabel?: React.ReactNodeselected?: booleantone?: 'default' | 'primary' | 'positive' | 'caution' | 'critical'as?: React.ElementType | keyof JSX.IntrinsicElementschildren?: React.ReactElement[]space?: number | number[]aria-labelledby: stringas?: React.ElementType | keyof JSX.IntrinsicElementsid: string