The ld-sidenav-toggle-outside
component is supposed to be used in combination with the ld-sidenav
component.
Please refer to the ld-sidenav
documentation for usage examples.
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
key |
key |
for tracking the node's identity when working with lists | string | number |
undefined |
labelExpand |
label-expand |
Label to be used for the toggle button when navigation is collapsed. | string |
'Expand side navigation' |
ldTabindex |
ld-tabindex |
Tab index of the toggle. | number |
undefined |
ref |
ref |
reference to component | any |
undefined |
tetherOptions |
tether-options |
Tooltip tether options object to be merged with the default options (optionally stringified). | string | { attachment?: string; bodyElement?: HTMLElement; classes?: { [className: string]: string | boolean; }; classPrefix?: string; constraints?: ITetherConstraint[]; element?: any; enabled?: boolean; offset?: string; optimizations?: any; target?: any; targetAttachment?: string; targetOffset?: string; targetModifier?: string; } |
undefined |
focusInner() => Promise<void>
#Sets focus on the radio button.
Type: Promise<void>
Part | Description |
---|---|
"focusable" |
|
"toggle" |
|
"toggle-icon" |
graph TD;
ld-sidenav-toggle-outside --> ld-tooltip
ld-sidenav-toggle-outside --> ld-icon
ld-sidenav-toggle-outside --> ld-sr-only
ld-sidenav-toggle-outside --> ld-typo
ld-tooltip --> ld-sr-only
ld-tooltip --> ld-tooltip-popper
style ld-sidenav-toggle-outside fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS