- Docs
- Alert
Alert
Displays a callout for user attention.
Heads up!
You can use Go to create great UI's
Usage
import (
. "github.com/canpacis/pacis-ui/components"
"github.com/canpacis/pacis-ui/icons"
)
Alert(
icons.Code(),
AlertTitle(Text("Heads up!")),
AlertDescription(Text("You can us Go tho create great UI's")),
)
On This Page