package base import "fmt" type RangeProps struct { ID string Label string Name string Value int Min int Max int Step int Class string Size string } templ Range(props RangeProps) {