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 |
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 |