Design System

Icon Buttons

Compact icon-only actions for destructive and neutral controls.

Borderless destructive action

Used for delete controls inside project cards and list rows.

@ui.IconButton(ui.IconButtonProps{
	Label:   "Supprimer le projet",
	Icon:    "trash",
	Variant: ui.IconButtonVariantDangerGhost,
	Type:    "button",
})