Header Blocks
uifoundry/header-blocksFreeBlock
PayloadCMS Header Blocks
Live preview
live · rendered by the registry
Rendered by uifoundry on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://uifoundry.dev/r/header-blocks.jsonSource
1import type { Block } from "payload";2import Header_1 from "./Header_1";3import Header_2 from "./Header_2";4import { Header_1_Block } from "./Header_1/config";5import { Header_2_Block } from "./Header_2/config";6import {7 BLOCK_SLUG_HEADER_1,8 BLOCK_SLUG_HEADER_2,9} from "@/registry/default/lib/constants/blocks";1011export const blocks: Block[] = [Header_1_Block, Header_2_Block];1213export const blockComponents = {14 [BLOCK_SLUG_HEADER_1]: Header_1,15 [BLOCK_SLUG_HEADER_2]: Header_2,16};
What it pulls in
Other registry items
Files it writes
More from uifoundry
All 54 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Color Fieldcolor-field | uifoundry | Blocks | Free | 4 deps · 2 files | |
| Coming Soon 1coming-soon-1 | uifoundry | Blocks | Free | 3 deps · 2 files | |
| CTA 1cta-1 | uifoundry | Blocks | Free | 3 deps · 2 files | |
| CTA 2cta-2 | uifoundry | Blocks | Free | 3 deps · 2 files | |
| CTA 3cta-3 | uifoundry | Blocks | Free | 3 deps · 2 files | |
| Custom Headercustom-header | uifoundry | Blocks | Free | 4 deps · 3 files | |
| Features 1features-1 | uifoundry | Blocks | Free | 3 deps · 2 files | |
| Features 2features-2 | uifoundry | Blocks | Free | 4 deps · 2 files |
