payload-admin-components
Installation
SKILL.md
Custom Components in Payload CMS
Custom Components allow you to fully customize the Admin Panel by swapping in your own React components. You can replace nearly every part of the interface or add entirely new functionality.
Component Types
There are four main types of Custom Components:
- Root Components - Affect the Admin Panel globally (logo, nav, header)
- Collection Components - Specific to collection views
- Global Components - Specific to global document views
- Field Components - Custom field UI and cells
Defining Custom Components
Component Paths
Components are defined using file paths (not direct imports) to keep the config lightweight and Node.js compatible.