BlogGrid
A BlogGrid component from the Sigil design system.
Import
import { BlogGrid } from "@sigil-ui/components";Usage
<BlogGrid>...</BlogGrid>Props
| Prop | Type | Default | Description |
|---|---|---|---|
posts | BlogPost[] | — | — |
variant | `"grid" | "featured"` | — |
columns | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border | Border |
--s-border-style | Border style |
--s-radius-md | Radius md |
--s-surface | Surface |
--s-duration-fast | Duration fast |
--s-duration-normal | Duration normal |
--s-background | Background |
--s-font-mono | Font mono |
--s-text | Text |
--s-text-muted | Text muted |
--s-radius-sm | Radius sm |
--s-card-padding | Card padding |