Design System

Empty States

Centered fallback messaging with optional icon and action.

Centered empty state

Used when a list has no rows yet and the next action should stay obvious.

Aucun projet trouvé

Créez votre premier projet

@ui.EmptyState(ui.EmptyStateProps{
	Title:       "Aucun projet trouvé",
	Description: "Créez votre premier projet",
	Icon:        ui.UIIcon("grid3x3"),
	Action:      ui.Button(...),
})