import React from 'react';
import {
Page,
Masthead,
MastheadToggle,
MastheadMain,
MastheadBrand,
MastheadContent,
PageSidebar,
PageSidebarBody,
PageSection,
PageSectionVariants,
PageToggleButton,
Toolbar,
ToolbarContent,
ToolbarItem
} from '@breakaway/preact-core';
import BarsIcon from '@patternfly/react-icons/dist/esm/icons/bars-icon';
export const PageUncontrolledNav: React.FunctionComponent = () => {
const headerToolbar = (
header-tools
);
const header = (
Logo
{headerToolbar}
);
const sidebar = (
);
return (
Section with darker background
Section with dark background
Section with light background
);
};