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 } // Note: usage requires alpine.js templ Range(props RangeProps) {