mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
feat(stack): add Stack
component (#1963)
This commit is contained in:
parent
a7d3cffc2a
commit
0f1a77a3fc
10 changed files with 470 additions and 2 deletions
6
tests/Stack.test.svelte
Normal file
6
tests/Stack.test.svelte
Normal file
|
@ -0,0 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { Stack } from "../types";
|
||||
</script>
|
||||
|
||||
<Stack gap="200px" orientation="vertical">Content</Stack>
|
||||
<Stack gap="{13}" orientation="horizontal">Content</Stack>
|
Loading…
Add table
Add a link
Reference in a new issue