Design System

Cards

Reusable bordered surfaces with optional header, body, and footer regions.

Surface card

Generic elevated surface with optional header and footer.

Header
Body
@ui.Card(ui.CardProps{
	Header: textComponent("Header"),
	Body:   textComponent("Body"),
	Footer: textComponent("Footer"),
})