Tab
Display one panel of content at a time with a tabbed interface. This component is based on the WAI-ARIA Tabs Pattern.
Examples
Tab with React RouterUsing React Router to create Tab links and tab panels controlled by the browser history, while maintaining keyboard navigation.
Tab with Next.js App RouterUsing Next.js Parallel Routes to create accessible Tabs and tab panels that are rendered on the server and controlled by the URL.
Animated TabPanelUsing plain CSS transitions to slide in and out TabPanel components as they are expanded.
API