mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs(uishell): bind variable
This commit is contained in:
parent
ba459dc25d
commit
9fd3b82dd6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
</Header>
|
||||
{:else if story === 'header-and-sidenav'}
|
||||
<Header bind:isSideNavOpen {...$$props} />
|
||||
<SideNav isOpen={isSideNavOpen}>
|
||||
<SideNav bind:isOpen={isSideNavOpen}>
|
||||
<SideNavItems>
|
||||
<SideNavMenu text="Menu 01" icon={iCatalog}>
|
||||
<SideNavMenuItem text="Sub 01" href="/" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue