saturation/uisaturation/ui
DocsComponentsBlocksPagesEmails
GitHub

Sections

IntroductionComponentsInstallationMCPThemingDesign

Components

Components

General

AvatarBadgeButtonKbdProgressSeparatorSkeletonSpin ResolveSpinnerSync ButtonTypography

Forms & Inputs

Address LookupCalendar PickerCheckboxComboboxDate PickerEmoji PickerFavicon SearchFieldInputInput GroupInput OTPRadio GroupSelectSliderSwitchTextareaToggleToggle Group

Data Display

AccordionAlertCardChartComparison SliderCredit CardData TableEmptyItemSaturation Credit CardTableTree

Navigation

BreadcrumbCommandMenubarNavigation MenuPaginationTabs

Overlays

CollapsibleContext MenuDialogDropdown MenuSheet

Layout

Button GroupFont ProviderWizard Split Layout

Feedback

Sonner

Animation & Effects

Animated GroupAnimated ListAnimated NumberBeamBlur FadeBorder TrailGlow EffectLiquid MetalLoading StateParallaxPixelProgressive BlurRippleSpotlightText EffectText Shimmer

Productivity

Agent ChatAI Chat InputCoding AgentFiltersFull CalendarKanbanNovel Editor
Docs/Components/Empty

Empty

Displays an empty state with optional icon and action.

Loading...

Installation

pnpm dlx shadcn@latest add @saturation-ui/empty

Tailwind v4 — Source Scanning

The public shadcn registry installs component source into your project. If Tailwind v4 isn't scanning your components directory, add this to your CSS entry file:

@source "../components";

This ensures all utility classes in CVA variants and data attribute selectors are included in your build.

Usage

import { Empty } from "@/components/ui/empty"
<Empty
  icon={<InboxIcon />}
  title="No items"
  description="Get started by creating a new item."
/>

Examples

Outline

Loading...
Empty state with border outline.

Background

Loading...
Empty state with gradient background.

Avatar

Loading...
Empty state with avatar.

API Reference

PropTypeDefaultDescription
iconReact.ReactNode—Icon to display.
titlestring—Empty state title.
descriptionstring—Empty state description.
actionReact.ReactNode—Action button or link.
PreviousEmoji PickerNextFavicon Search

On This Page

  • Installation
  • Usage
  • Examples
  • Outline
  • Background
  • Avatar
  • API Reference
No projects yet
Get started by creating your first project. You can add files, invite collaborators, and start building.
No files uploaded
Your cloud storage is empty. Upload files to get started and keep your documents synced across all your devices.
No notifications
You're all caught up. New notifications about your account activity and updates will appear here.
User is offline
This user is currently unavailable. You can leave a message or check back later when they come online.