mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
7 lines
186 B
Svelte
7 lines
186 B
Svelte
<script>
|
|
import "carbon-components-svelte/css/white.css";
|
|
import { Button, breakpoints } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Button>Primary button</Button>
|
|
{breakpoints.md}
|