mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
16 lines
329 B
Svelte
16 lines
329 B
Svelte
<script lang="ts">
|
|
import { ClickableTile } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<ClickableTile href="https://www.carbondesignsystem.com/">
|
|
Carbon Design System
|
|
</ClickableTile>
|
|
|
|
<ClickableTile
|
|
light
|
|
href="https://www.carbondesignsystem.com/"
|
|
title=""
|
|
target="_blank"
|
|
>
|
|
Carbon Design System
|
|
</ClickableTile>
|