import {
Item,
ItemContent,
ItemDescription,
ItemHeader,
ItemTitle,
} from "@/examples/base/ui/item"
export function ItemHeaderExamples() {
return (
<>
-
Design System
Component Library
A comprehensive collection of reusable UI components for building
consistent interfaces.
-
Marketing
Campaign Analytics
Track performance metrics and engagement rates across all marketing
channels.
-
Engineering
API Documentation
Complete reference guide for all available endpoints and
authentication methods.
>
)
}