Footer Blocks
uifoundry/footer-blocksUnverifiedBlock
PayloadCMS Footer Blocks
Install it
npx shadcn@latest add https://raw.githubusercontent.com/UIFoundry/uifoundry/master/footer-blocks.jsonSource
1import type { Block } from "payload";2import Footer_1 from "./footer-1";3import Footer_2 from "./footer-2";4import Footer_3 from "./footer-3";5import Footer_4 from "./footer-4";6import Footer_5 from "./footer-5";7import { Footer_1_Block } from "./footer-1/config";8import { Footer_2_Block } from "./footer-2/config";9import { Footer_3_Block } from "./footer-3/config";10import { Footer_4_Block } from "./footer-4/config";11import { Footer_5_Block } from "./footer-5/config";12import {13 BLOCK_SLUG_FOOTER_1,14 BLOCK_SLUG_FOOTER_2,15 BLOCK_SLUG_FOOTER_3,16 BLOCK_SLUG_FOOTER_4,17 BLOCK_SLUG_FOOTER_5,18} from "@/registry/default/lib/constants/blocks";1920export const blocks: Block[] = [21 Footer_1_Block,22 Footer_2_Block,23 Footer_3_Block,24 Footer_4_Block,25 Footer_5_Block,26];2728export const blockComponents = {29 [BLOCK_SLUG_FOOTER_1]: Footer_1,30 [BLOCK_SLUG_FOOTER_2]: Footer_2,31 [BLOCK_SLUG_FOOTER_3]: Footer_3,32 [BLOCK_SLUG_FOOTER_4]: Footer_4,33 [BLOCK_SLUG_FOOTER_5]: Footer_5,34};
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 | 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 |
