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:

  1. Root Components - Affect the Admin Panel globally (logo, nav, header)
  2. Collection Components - Specific to collection views
  3. Global Components - Specific to global document views
  4. 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.

Installs
1
First Seen
11 days ago
payload-admin-components — timschoch/skilly