chore(examples): update example set-ups

This commit is contained in:
Eric Y Liu 2021-07-29 15:23:37 -07:00
commit 49c5142111
97 changed files with 6670 additions and 15715 deletions

View file

@ -0,0 +1,6 @@
<script>
import "carbon-components-svelte/css/white.css";
import { Button } from "carbon-components-svelte";
</script>
<Button>Primary button</Button>