mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
39 lines
644 B
Text
39 lines
644 B
Text
---
|
|
components: ["Grid", "Row", "Column"]
|
|
---
|
|
|
|
<script>
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
### Default
|
|
|
|
<FileSource src="/framed/Grid/Grid" />
|
|
|
|
### Full width
|
|
|
|
<FileSource src="/framed/Grid/FullWidthGrid" />
|
|
|
|
### Narrow
|
|
|
|
<FileSource src="/framed/Grid/NarrowGrid" />
|
|
|
|
### Condensed
|
|
|
|
<FileSource src="/framed/Grid/CondensedGrid" />
|
|
|
|
### Responsive
|
|
|
|
<FileSource src="/framed/Grid/ResponsiveGrid" />
|
|
|
|
### Offset columns
|
|
|
|
<FileSource src="/framed/Grid/OffsetColumns" />
|
|
|
|
### Aspect ratio columns
|
|
|
|
<FileSource src="/framed/Grid/AspectRatioColumns" />
|
|
|
|
### Padded columns
|
|
|
|
<FileSource src="/framed/Grid/PaddedGrid" />
|