Spec Header
← All ComponentsStandardized header for specification pages (Concepts, Patterns, Practices). Supports data-driven metadata rendering.
Example Specification
<SpecHeader
data={articleSchema.parse({
title: "Example Specification",
description: "A standardized header component...",
status: "Live",
lastUpdated: new Date(),
tags: ["example"]
})}
/>