mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
6 lines
192 B
Svelte
6 lines
192 B
Svelte
<script lang="ts">
|
|
import { Stack } from "../types";
|
|
</script>
|
|
|
|
<Stack gap="200px" orientation="vertical">Content</Stack>
|
|
<Stack tag="ol" gap="{13}" orientation="horizontal">Content</Stack>
|