ClickableTile

Source code
Table of Contents

Usage

Default

<script>
  import { ClickableTile } from "carbon-components-svelte";
</script>

<ClickableTile href="https://www.carbondesignsystem.com/">
  Carbon Design System
</ClickableTile>

Light variant

<script>
  import { ClickableTile } from "carbon-components-svelte";
</script>

<ClickableTile light href="https://www.carbondesignsystem.com/">
  Carbon Design System
</ClickableTile>
Table of Contents