EEnterUI
DocsComponentsThemesDonation
Get Started
      • ErrorState
      • ErrorBoundaryFallback
      • LoadingOverlay
      • SkeletonForm
EnterUIDocsProduct OperationsProduct SurfacesError and LoadingSkeletonForm
Product OperationsUpdated 6 May 2026

SkeletonForm

Loading placeholder shaped like a form layout with field rows and trailing actions.

SkeletonForm renders skeleton field rows so a form/settings surface keeps its dimensions while data loads.

#Default usage

Form skeleton

Defaults to 5 fields plus an actions row.

Code
<SkeletonForm />

#Import

Code
import { SkeletonForm } from "@froggdesign/enter-ui-react";

#Accessibility

Exposes aria-busy="true" and aria-live="polite". Replace with the real form once data arrives so focus order stays predictable.

#API

  • fields: number of field rows (default 5).
  • sectionEvery: render a divider every N fields.
  • showActions: render a trailing actions row (default true).

#Styling

Every exported component accepts className. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.

PreviousLoadingOverlay
NextStatGrid

On this page

  1. Default usage
  2. Import
  3. Accessibility
  4. API
  5. Styling