Masthead Tab Buttons
Type: React component
How to get MastheadTabButtons?
JavaScript
import { MastheadTabButtons } from 'fds/components';
A layout container which should contain Button components, handling the horizontal spacing. Should be used as a direct child of a MastheadContent component.
When the child Button components overflow the horizontal size of the MastheadTabButtons component, it will also handle the overflow behavior. This will result in a horizontal slider, allowing the user to navigate between buttons using arrow buttons.
Props
children
(Required)
Type: ReactNode