Placeholder.
Name Description
slot[name=""] The default slot for adding items to the navigation
slot[name="back-navigation"] Provided so that you want to replace the default link with a different one if preferred
::part(base) The base nav element
::part(back-navigation) The surface element wrapped around the back navigation elements
::part(items-wrapper) The ul element wrapped around the default slot
Sidenav Example
Item 1 Nested Item 1 Item 2 With way more text than we need to test out how this component wraps when it has too much text to show on a single line Nested Item 2 Nested Item 3 Item 3 Nested Item 4 Item 4
Placeholder.
Name Description
slot[name=""] The default slot for the text to display for the link
slot[name="nested-item"] Allows you to nest suite-sidenav-items
::part(base) The base div element
::part(text) The suite-text element wrapped around the default slot
::part(trigger) The button element that is only displayed if there are nested items
::part(panel) The suite-surface element that is only displayed if there are nested items
::part(nested-items-wrapper) The ul element wrapped around the nested items slot