mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +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
|
@ -101,6 +101,7 @@ export { Select, SelectSkeleton, SelectItem, SelectItemGroup } from "./Select";
|
|||
export { SkeletonPlaceholder } from "./SkeletonPlaceholder";
|
||||
export { SkeletonText } from "./SkeletonText";
|
||||
export { Slider, SliderSkeleton } from "./Slider";
|
||||
export { Stack } from "./Stack";
|
||||
export {
|
||||
StructuredList,
|
||||
StructuredListSkeleton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue