Side menu
Component
A side navigation that helps the user navigate between pages.
Related components: Header, LayoutComponent
<div style={{ maxWidth: "250px" }}>
<GoASideMenu>
<GoASideMenuHeading>Nav section 1</GoASideMenuHeading>
<a href="#">Home</a>
<a href="#">Profile</a>
<GoASideMenuHeading
meta={<GoabBadge type="midtone" content="Details"></GoabBadge>}
icon="home">
Nav section 2
</GoASideMenuHeading>
<a href="#">About</a>
<a href="#">Contact</a>
<GoASideMenuHeading>Nav with sub nav</GoASideMenuHeading>
<GoASideMenuGroup heading="Group heading" icon="person">
<a href="#">Foo</a>
<a href="#">Bar</a>
</GoASideMenuGroup>
</GoASideMenu>
</div>
Side menu group properties
heading
string
Group header text
icon
GoAIconType
Icon placed left of the heading
mt,mr,mb,ml
none | 3xs | 2xs | xs | s | m | l | xl | 2xl | 3xl | 4xl
Apply margin to the top, right, bottom, and/or left of the component.
Side menu heading properties
icon
GoAIconType
Icon to position to the left of heading
meta
ReactNode
Add badges to the right of the heading
Coming Soon
Book time in drop in hours