mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
16 lines
No EOL
240 B
Text
16 lines
No EOL
240 B
Text
---
|
|
source: Tile/Tile.svelte
|
|
---
|
|
|
|
<script>
|
|
import { Tile } from "carbon-components-svelte";
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
## Default
|
|
|
|
<Tile>Content</Tile>
|
|
|
|
## Light variant
|
|
|
|
<Tile light>Content</Tile> |