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.
Defaults to 5 fields plus an actions row.
<SkeletonForm />import { SkeletonForm } from "@froggdesign/enter-ui-react";Exposes aria-busy="true" and aria-live="polite". Replace with the real form once data arrives so focus order stays predictable.
fields: number of field rows (default 5).sectionEvery: render a divider every N fields.showActions: render a trailing actions row (default true).Every exported component accepts className. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.