mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
5 lines
81 B
Svelte
5 lines
81 B
Svelte
<script>
|
|
import { Button } from "../../src";
|
|
</script>
|
|
|
|
<Button>Hello</Button>
|