Grid Span @astryx-svelte/core v0.3.0 · Grid
Usage
Grid item that spans multiple columns or rows.tsimport { Grid } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.GridSpan — Columns
Grid items spanning two of three columns. Wrap a grid child in GridSpan to make it occupy multiple columns for asymmetric layouts.