mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
7 lines
180 B
Svelte
7 lines
180 B
Svelte
<script lang="ts">
|
|
import { AspectRatio, Tile } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<AspectRatio ratio="16x9">
|
|
<Tile style="height: 100%">Content</Tile>
|
|
</AspectRatio>
|