carbon-components-svelte/docs/src/pages/components/Grid.svx
Richard O'flynn b597a64131
Add padding prop to Grid component (#420)
* Add padding prop to Grid component

* Fix file name

* Build lib

* Typo

Co-authored-by: Richard O'flynn <richard.oflynn@brighter-software.co.uk>
2020-11-27 04:08:30 -08:00

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" />