mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
10 lines
214 B
Svelte
10 lines
214 B
Svelte
<script>
|
|
import { Button, breakpoints } from "carbon-components-svelte";
|
|
import { Airplane } from "carbon-pictograms-svelte";
|
|
</script>
|
|
|
|
<Button>Primary button</Button>
|
|
|
|
<Airplane />
|
|
|
|
{JSON.stringify(breakpoints)}
|