mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs(ui-shell): add note on UI Shell theming
This commit is contained in:
parent
7d162c7257
commit
fedb6f9ffa
1 changed files with 9 additions and 0 deletions
|
@ -23,9 +23,18 @@ components: ["Header",
|
|||
---
|
||||
|
||||
<script>
|
||||
import { InlineNotification } from "carbon-components-svelte";
|
||||
import Preview from "../../components/Preview.svelte";
|
||||
</script>
|
||||
|
||||
<InlineNotification svx-ignore lowContrast title="Note:" kind="info" hideCloseButton>
|
||||
<div class="body-short-01">
|
||||
Currently, the UI Shell is not themable and only supports dark mode.
|
||||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
Open the following examples in a new tab to experience them in full.
|
||||
|
||||
### Header
|
||||
|
||||
<FileSource src="/framed/UIShell/Header" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue