Documentation
¶
Overview ¶
templ: version: v0.3.977
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Props ¶
type Props struct {
ID string
Class string
Attributes templ.Attributes
Variant Variant
Style Style
Size Size
}
Props configures a badge.
type Variant ¶
type Variant string
Variant controls the badge color.
const ( VariantDefault Variant = "" VariantNeutral Variant = "badge-neutral" VariantPrimary Variant = "badge-primary" VariantSecondary Variant = "badge-secondary" VariantAccent Variant = "badge-accent" VariantInfo Variant = "badge-info" VariantSuccess Variant = "badge-success" VariantWarning Variant = "badge-warning" VariantError Variant = "badge-error" )
Click to show internal directories.
Click to hide internal directories.