mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
7 lines
114 B
Svelte
7 lines
114 B
Svelte
<script lang="ts">
|
|
import { Tile } from "../types";
|
|
</script>
|
|
|
|
<Tile>Content</Tile>
|
|
|
|
<Tile light>Content</Tile>
|