Side Nav Menu

Use Side Nav Menu to render a list of Side Nav Menu Items.

Use the side-nav-content slot to render a Side Nav Menu.

Dashboard Procedures Findings
import '@ods/components/web.side-nav-menu';

Note: You only need to import a web component once in your code, as it registers itself globally when defined, allowing you to use it anywhere within your application without needing to re-import it each time you want to use the component.

Slots

NameDescription
(default)The menu's content

Events

React EventDescriptionEvent Detail
ods-selectEmitted when a Side Nav Menu Item is selected.--

See Side Nav for more information.

See Side Nav for more information.

Search