BlogHeader
A BlogHeader component from the Sigil design system.
import { BlogHeader } from "@sigil-ui/components";
<BlogHeader>...</BlogHeader>
| Prop | Type | Default | Description |
|---|
title | string | — | — |
accent | string | — | — |
subtitle | string | — | — |
categories | string[] | — | — |
activeCategory | string | — | — |
onCategoryChange | (category: string) => void | — | — |
icon | ReactNode | — | — |
| CSS Variable | Purpose |
|---|
--s-font-display | Font display |
--s-text | Text |
--s-primary | Primary |
--s-text-muted | Text muted |
--s-border | Border |
--s-border-style | Border style |
--s-font-mono | Font mono |
--s-surface-elevated | Surface elevated |
--s-duration-fast | Duration fast |