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,5 @@
<script>
import { Theme } from "carbon-components-svelte";
</script>
<Theme theme="g90" />