Skip to content

WidgetShell

Wrap Billboard, IncidentsWidget, charts, or custom widget content on store dashboards.

Full page layout — use host shell. Cards with actions — use AccentCard.

Auto-generated from src/components/WidgetShell/WidgetShell.types.ts. Do not edit by hand. Run pnpm docs:props after changing source JSDoc.

Prop Type Required Description
children ReactNode Yes Widget content.
style CSSProperties No Optional additional inline styles merged on top of shell defaults. Prefer this only for minor adjustments.
import { WidgetShell, Billboard } from '@nike/whisker-component-library';
<WidgetShell>
<Billboard label="Open incidents" value="3" />
</WidgetShell>;