package
Version:
v0.0.39
Opens a new window with list of versions in this module.
Published: Feb 27, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Layout controls the alert direction.
const (
LayoutDefault Layout = ""
LayoutVertical Layout = "alert-vertical"
LayoutHorizontal Layout = "alert-horizontal"
)
Props configures an alert.
Style controls the alert visual style.
const (
StyleDefault Style = ""
StyleOutline Style = "alert-outline"
StyleDash Style = "alert-dash"
StyleSoft Style = "alert-soft"
)
Variant controls the alert color.
const (
VariantDefault Variant = ""
VariantInfo Variant = "alert-info"
VariantSuccess Variant = "alert-success"
VariantWarning Variant = "alert-warning"
VariantError Variant = "alert-error"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.