Spec Header

← All Components

Standardized header for specification pages (Concepts, Patterns, Practices). Supports data-driven metadata rendering.

Example Specification

Description
A standardized header component for specification pages.
Status
Live
Last Updated
Tags
example, demo
<SpecHeader
  data={articleSchema.parse({
    title: "Example Specification",
    description: "A standardized header component...",
    status: "Live",
    lastUpdated: new Date(),
    tags: ["example"]
  })}
/>