mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
6 lines
156 B
Svelte
6 lines
156 B
Svelte
<script>
|
|
import "carbon-components-svelte/css/white.css";
|
|
import { Button } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Button>Primary button</Button>
|