Back
KeyValue
Inline Layout
- Name
- Jane Doe
- jane@example.com
- Role
- Administrator
- Status
- Active
Stacked Layout
- Account ID
- acc_1234567890
- Plan
- Professional
- Next billing date
- April 1, 2026
Usage
@data.KeyValue(data.KeyValueProps{Stacked: false}) {
@data.KeyValueItem(data.KeyValueProps{}, data.KeyValueItemProps{
Key: "Status",
Value: "Active",
})
}