BridgeBeta
  • Brand
  • Digital Assets
    Foundations
    Icons
    Components
    Templates
  • Resources
    Design Tokens
    How-tos
    Best Practices
    Libraries
    Accessibility
    Products List
  • Support
    • Overview
    • Actions
      • Overview
      • Button
      • ContextMenu
      • Link
    • Controls
      • Overview
      • Checkbox
      • Tag
      • Toggle
    • Forms
      • Overview
      • DatePicker
      • FileUploader
      • Input
      • NumberInput
      • RadioButton
      • Search
      • Select
      • Slider
      • TextArea
      • TextInput
    • Hooks
      • useIsomorphicLayoutEffect
      • useMediaQuery
      • useSettings
    • Navigation
      • Overview
      • AnchorNavigation
      • BannerNavigation
      • Breadcrumb
      • Footer
      • InfoBar
      • MainNavigation
      • SecondaryNavigation
      • StepNavigation
      • SubNavigation
    • Overlay
      • Overview
      • Credits
      • Modal
      • ModalWrapper
      • Notification
      • Tooltip
    • Structure
      • Overview
      • Accordion
      • AuthLayout
      • Avatar
      • Callout
      • Card
      • ContentSwitcher
      • Empty
      • Hero
      • InlineLoading
      • Item
      • List
      • Loading
      • mdxComponents
      • Module
      • Pagination
      • ReadMore
      • Story
      • Table
      • Tabs
      • Text
      • Unit
      • User
      • WFPCoreProvider
      • Wrapper
Components
Structure
Empty

Empty

  • Design
  • Code
  • Props

Empty

Editable Example

import { Empty } from "@wfp/react";

() => {
  return (
    <Empty title="No entries found">
      You haven't yet created an entry
    </Empty>
  );
};

PropDefaultDescriptionValue

children

ReactNode
–

The content to be rendered in the empty state.

title

ReactNode
–

The title to be rendered in the empty state.

kind

"undefined" |"large"
large

The kind of empty state to be rendered.

default: large

icon

ReactNode
–

The icon to be rendered in the empty state.

button

ReactNode
–

The button to be rendered in the empty state.

className

string
–

The CSS class name to be appended to the top-level node.

components

–

The replaceable components to be used for the empty state.

On this page

  • Empty

References

  • Storybook
Storybook
Figma library
Contact us
2025 © World Food Programme