package ui type BadgeProps struct { Label string Variant BadgeVariant } templ Badge(props BadgeProps) { { props.Label } }