mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs(theme): use Theme
component from library (#1700)
This commit is contained in:
parent
14f23962c3
commit
aa2e97f110
2 changed files with 3 additions and 32 deletions
|
@ -12,10 +12,11 @@
|
|||
SideNav,
|
||||
SideNavItems,
|
||||
SideNavMenuItem,
|
||||
Theme,
|
||||
Tag,
|
||||
} from "carbon-components-svelte";
|
||||
import LogoGithub from "carbon-icons-svelte/lib/LogoGithub.svelte";
|
||||
import Theme from "../components/Theme.svelte";
|
||||
import { theme } from "../store";
|
||||
|
||||
const deprecated = [];
|
||||
const new_components = [];
|
||||
|
@ -38,7 +39,7 @@
|
|||
<!-- routify:options bundle=true -->
|
||||
<svelte:window bind:innerWidth />
|
||||
|
||||
<Theme persist>
|
||||
<Theme persist bind:theme="{$theme}">
|
||||
<Header
|
||||
aria-label="Navigation"
|
||||
href="{$url('/')}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue