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