LLabanaat

EmptyState

Placeholder for empty lists/collections. Composable action slot accepts any Button or link.

<EmptyState
  title="No members yet"
  description="Invite your first teammate to get started."
  action={<Button size="sm">Invite member</Button>}
/>

Editable — change the code above and the preview updates live.

Installation

import { EmptyState } from "@labanaat/ui/empty-state";

Props

PropTypeDefaultDescription
titleReactNodeDefaults to a localized string if omitted
descriptionReactNodeSupporting text
iconReactNodeDecorative icon slot
actionReactNodeTypically a Button