mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
feat(theme): add Theme
This commit is contained in:
parent
18c6f03224
commit
3e7bae10ef
17 changed files with 357 additions and 3 deletions
5
docs/src/pages/framed/Theme/Theme.svelte
Normal file
5
docs/src/pages/framed/Theme/Theme.svelte
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import { Theme } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Theme theme="g90" />
|
Loading…
Add table
Add a link
Reference in a new issue