mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
* feat(UIShell): only render hamburger menu if SideNav exists * feat(SideNav): store logic moved to onMount
3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
import { writable } from "svelte/store";
|
|
|
|
export const shouldRenderHamburgerMenu = writable(false);
|