Design System
Modals
Shared modal shell for focused create, edit, and confirm flows.
Create modal
Shared modal shell with a form body and action footer.
Créer un projet
@ui.Modal(ui.ModalProps{
Title: "Créer un projet",
Body: ui.FormField(...),
Actions: ui.Button(...),
})