package ui type ButtonProps struct { Label string Variant ButtonVariant Tone ButtonTone Size Size Type string Icon string Attrs templ.Attributes } templ Button(props ButtonProps) { }