• Docs
  • Blog
  • Pricing
Join Puck CloudLogin
CTRL K
  • 12.8k
LoginJoin Puck Cloud
CTRL K
  • Introduction
  • Getting Started
    • Component Configuration
    • Root Configuration
    • Multi-column Layouts
    • Categories
    • Rich Text Editing
    • Dynamic Props
    • Dynamic Fields
    • External Data Sources
    • React Server Components
    • Data Migration
    • Viewports
    • Feature Toggling
    • Overlay Portals
    • Overview
    • Getting Started
    • AI Configuration
    • Business Context
    • Tools
    • Headless Generation
    • Composition
    • Custom Fields
    • Field Transforms
    • Internal Puck API
    • Plugin API
    • UI overrides
    • Components
    • Configuration
    • Fields
      • actionBar
      • componentOverlay
      • drawer
      • drawerItem
      • fieldLabel
      • fieldTypes
      • fields
      • header
      • headerActions
      • iframe
      • outline
      • preview
      • puck
    • Actions
    • FieldTransforms
    • Permissions
    • Plugin
    • PuckApi
    • Theming
  • Introduction
  • Getting Started
    • Component Configuration
    • Root Configuration
    • Multi-column Layouts
    • Categories
    • Rich Text Editing
    • Dynamic Props
    • Dynamic Fields
    • External Data Sources
    • React Server Components
    • Data Migration
    • Viewports
    • Feature Toggling
    • Overlay Portals
    • Overview
    • Getting Started
    • AI Configuration
    • Business Context
    • Tools
    • Headless Generation
    • Composition
    • Custom Fields
    • Field Transforms
    • Internal Puck API
    • Plugin API
    • UI overrides
    • Components
    • Configuration
    • Fields
      • actionBar
      • componentOverlay
      • drawer
      • drawerItem
      • fieldLabel
      • fieldTypes
      • fields
      • header
      • headerActions
      • iframe
      • outline
      • preview
      • puck
    • Actions
    • FieldTransforms
    • Permissions
    • Plugin
    • PuckApi
    • Theming
Puck AI beta
Read docs
API ReferenceOverridesfieldLabel

fieldLabel

Override the label for all internal fields.

const overrides = {
  fieldLabel: ({ children, label }) => (
    <label>
      <div>{label}</div>
      {children}
    </label>
  ),
};

Props

See FieldLabel component.

Previous
drawerItem
Next
fieldTypes
On this page
  • Props
Resources
  • System status
  • Docs
  • Live Demo
  • Blog
  • Releases
Products
  • Puck Cloud
Legal
  • Terms
  • Privacy policy
  • MIT license
Social
  • GitHub
  • Discord
  • Twitter
  • Bluesky