Header Global
uifoundry/header-globalUnverifiedBlock
PayloadCMS Global Header
Install it
npx shadcn@latest add https://raw.githubusercontent.com/UIFoundry/uifoundry/master/header-global.jsonSource
1import type { Header } from "~/payload-types";2import RenderBlocks from "@/registry/default/components/RenderBlocks";3import type { ComponentPropsWithRef } from "react";4import { cn } from "@/registry/default/utils";5import { blockComponents } from "@/registry/default/lib/blocks/Header";67export * from "./config";89export default function Header({10 header,11 className,12 ...divProps13}: { header: Header } & ComponentPropsWithRef<"div">) {14 return (15 <RenderBlocks16 blocks={header.header}17 blockComponents={blockComponents}18 className={cn("w-full", className)}19 {...divProps}20 />21 );22}
What it pulls in
npm packages
Other registry items
Files it writes
More from uifoundry
All 54 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Color Fieldcolor-field | uifoundry | Blocks | Unverified | 4 deps · 2 files | |
| Coming Soon 1coming-soon-1 | uifoundry | Blocks | Unverified | 3 deps · 2 files | |
| CTA 1cta-1 | uifoundry | Blocks | Unverified | 3 deps · 2 files | |
| CTA 2cta-2 | uifoundry | Blocks | Unverified | 3 deps · 2 files | |
| CTA 3cta-3 | uifoundry | Blocks | Unverified | 3 deps · 2 files | |
| Custom Headercustom-header | uifoundry | Blocks | Unverified | 4 deps · 3 files | |
| Features 1features-1 | uifoundry | Blocks | Unverified | 3 deps · 2 files | |
| Features 2features-2 | uifoundry | Blocks | Unverified | 4 deps · 2 files |
