Alert
Contextual banner: info / success / warning / danger. Optional dismiss button.
feedback alert
Controls
variant
title
dismiss
Current props
variant: ""title: ""dismiss:
Usage
feedback.Alert(feedback.AlertProps{
Variant: feedback.AlertSuccess,
Title: "Saved",
Dismiss: true,
}, g.Text("Your changes have been saved successfully."))All combinations (4)
Enum controls only · bool and text use defaults
Props
| Name | Type | Options | Default |
|---|---|---|---|
variant | enum | info, success, warning, danger | info |
title | text | — | Heads up |
dismiss | bool | — | true |