// templui component label - version: main installed by templui v0.71.0
package label
import "git.jmbit.de/jmb/scanfile/server/web/templui/utils"
type Props struct {
ID string
Class string
Attributes templ.Attributes
For string
Error string
}
templ Label(props ...Props) {
{{ var p Props }}
if len(props) > 0 {
{{ p = props[0] }}
}
}
var handle = templ.NewOnceHandle()
templ Script() {
@handle.Once() {
}
}