Masthead Content
Type: React component
How to get MastheadContent?
JavaScript
import { MastheadContent } from 'fds/components';
The upper container of the Masthead, generally providing the primary navigation. MastheadContent should at least contain one MastheadTabButtons component. Optionally it can contain a FontoLogo or for example a Button as the first children and/or a MastheadAlignRight component as the last child.
Props
children
(Required)
Type: ReactNode