import {
Page,
Masthead,
MastheadMain,
MastheadToggle,
MastheadBrand,
MastheadLogo,
MastheadContent,
PageSidebar,
PageSidebarBody,
PageSection,
PageToggleButton,
Toolbar,
ToolbarContent,
ToolbarItem
} from '@patternfly/react-core';
export const PageUncontrolledNav: React.FunctionComponent = () => {
const headerToolbar = (
header-tools
);
const masthead = (
Logo
{headerToolbar}
);
const sidebar = (
);
return (
Uncontrolled nav example section 1
Uncontrolled nav example section 2
Uncontrolled nav example section 3
);
};