feat(theme): add Theme

This commit is contained in:
Eric Y Liu 2021-07-10 14:36:54 -07:00
commit 3e7bae10ef
17 changed files with 357 additions and 3 deletions

View file

@ -0,0 +1,8 @@
<script>
import { Theme } from "carbon-components-svelte";
import Preview from "../../components/Preview.svelte";
</script>
### Default
<FileSource src="/framed/Theme/Theme" />