mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
feat(app): use pre-built stylesheet
This commit is contained in:
parent
58160fccfe
commit
d340ed6695
3 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
<script>
|
||||
import { Button } from "../../src";
|
||||
|
||||
let count = 0;
|
||||
</script>
|
||||
|
||||
<Button>Hello</Button>
|
||||
<Button on:click="{() => count++}">Click me: {count}</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue