Import
import { Tabs } from '@dnb/eufemia'
Description
Tabs are a set of buttons that allow navigation between content that is related and on the same level of hierarchy.
Relevant links
Accessibility
The Tabs component follows the WAI-ARIA Tabs Pattern. It uses role="tablist", role="tab", and role="tabpanel" with proper ARIA attributes. Keyboard navigation includes arrow keys to move between tabs and Tab key to navigate into the active panel content.