mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
16 lines
No EOL
242 B
Text
16 lines
No EOL
242 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> |