EEnterUI
DocsComponentsThemesDonation
Get Started
      • Skeleton
      • Spinner
EnterUIDocsProduct OperationsFeedback StatusLoadingSkeleton
Product OperationsUpdated 6 May 2026

Skeleton

A subtle placeholder for loading content.

Skeleton defines how EnterUI handles a subtle placeholder for loading content, including default structure, accessible states, and token-driven styling.

#Default usage

Skeleton stack

Keep placeholder motion subtle.

Code
<div className="docs-preview-stack">
  <Skeleton height={18} width="48%" />
  <Skeleton height={14} width="88%" />
  <Skeleton height={14} width="72%" />
</div>

#Import

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

#Patterns

Radius

Use radius full for avatar or pill placeholders.

#Accessibility

Skeleton is aria-hidden because it is visual placeholder content. Pair with meaningful loading text when needed.

#API

  • height and width accept numbers or CSS sizes.
  • radius: sm, md, lg, or full.

#Styling

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

PreviousLegend
NextSpinner

On this page

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