• Introduction
    • Why Liquid Oxygen
    • Getting started
      • React
      • Vue
  • Guides
    • CSS vs. Web Components
    • Component assets
    • Type checking and intellisense
    • Server-side rendering
    • Event handling
    • Form validation
    • Tailwind CSS integration
    • Design tokens
    • Sandbox applications
    • Troubleshooting
      • Popped-out element is rendered in wrong container
    • FAQ
  • Globals
    • Animations
    • Border-radius
    • Colors
    • Focus
    • Fonts
    • Shadows
    • Spacings
    • Theming
    • Typography
  • Components
    • Accordion
      • Accordion Panel
      • Accordion Section
      • Accordion Toggle
    • Background Cells
    • Badge
    • Breadcrumbs
      • Crumb
    • Button
    • Card
      • Card Stack
    • Checkbox
    • Circular Progress
    • Context Menu
      • Menu
      • Menuitem
      • Menuitem Group
    • Cookie Consent
    • Header
    • Icon
    • Input
    • Input Message
    • Label
    • Link
    • Loading Indicator
    • Modal
    • Notice
    • Notification
    • Pagination
    • Progress
    • Radio Button
    • Screen Reader Live
    • Screen Reader Only
    • Select
      • Option
    • Sidenav
      • Sidenav Accordion
      • Sidenav Back
      • Sidenav Header
      • Sidenav Heading
      • Sidenav Navitem
      • Sidenav Separator
      • Sidenav Slider
      • Sidenav Subnav
      • Sidenav Toggle Outside
    • Slider
    • Stepper
      • Step
    • Switch
      • Switch Item
    • Table
      • Table Body
      • Table Caption
      • Table Cell
      • Table Colgroup
      • Table Column
      • Table Footer
      • Table Head
      • Table Header
      • Table Row
      • Table Toolbar
    • Tabs
      • Tab
      • Tab List
      • Tab Panel
      • Tab Panel List
    • Toggle
    • Tooltip
    • Typography
  • Data Visualization
    • Getting Started
  1. Properties
  2. Events
  3. Methods
    1. navigateBack() => Promise<void>
  4. Shadow Parts
  5. Dependencies
    1. Depends on
    2. Graph
Components Sidenav Sidenav Slider
(external link)

ld-sidenav-slider #

The ld-sidenav-slider component is a subcomponent for ld-sidenav.

Please refer to the ld-sidenav documentation for usage examples.


Properties #

Property Attribute Description Type Default
currentSubnav current-subnav ID of the subnav that shall be shown on initial render. string undefined
key key for tracking the node's identity when working with lists string | number undefined
label (required) label Used in the ld-sidenav-back component to display parent nav label. string undefined
ref ref reference to component any undefined

Events #

Event Description Type
ldSidenavSliderChange Emitted on navigation (before transition ends). CustomEvent<{ id: string; label: string; }>

Methods #

navigateBack() => Promise<void> #

Navigates back to the parent nav.

Returns #

Type: Promise<void>

Shadow Parts #

Part Description
"scroll-container"

Dependencies #

Depends on #

  • ld-sidenav-scroller-internal

Graph #

graph TD;
ld-sidenav-slider --> ld-sidenav-scroller-internal
ld-sidenav-scroller-internal --> ld-sidenav-separator
style ld-sidenav-slider fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS