import React from 'react';
import {
Page,
Masthead,
MastheadMain,
MastheadBrand,
MastheadContent,
PageSection,
PageSectionVariants,
Toolbar,
ToolbarContent,
ToolbarItem
} from '@breakaway/preact-core';
export const PageHorizontalNav: React.FunctionComponent = () => {
const headerToolbar = (
Navigation
header-tools
);
const header = (
Logo
{headerToolbar}
);
return (
Section with darker background
Section with dark background
Section with light background
);
};