Versions in this module Expand all Collapse all v1 v1.3.0 Mar 11, 2026 v1.2.0 Mar 7, 2026 v1.1.0 Feb 27, 2026 Changes in this version + func Input(props ...InputProps) templ.Component + func Script() templ.Component + func Value(props ...ValueProps) templ.Component + type InputProps struct + Attributes templ.Attributes + Class string + Disabled bool + ID string + Max int + Min int + Name string + Step int + Value int type Props + Attributes templ.Attributes + type ValueProps struct + Attributes templ.Attributes + Class string + For string + ID string v0 v0.0.8 Feb 8, 2026 v0.0.7 Jan 17, 2026 v0.0.6 Jan 15, 2026 v0.0.5 Jan 15, 2026 v0.0.4 Jan 15, 2026 v0.0.3 Jan 5, 2026 v0.0.2 Jan 4, 2026 v0.0.1 Dec 23, 2025 Changes in this version + func Slider(opts ...Option) g.Node + type Option func(*Props) + func Disabled() Option + func Required() Option + func WithAttrs(attrs ...g.Node) Option + func WithClass(class string) Option + func WithID(id string) Option + func WithMax(maxVal int) Option + func WithMin(minVal int) Option + func WithName(name string) Option + func WithStep(step int) Option + func WithValue(value int) Option + type Props struct + Attrs []g.Node + Class string + Disabled bool + ID string + Max int + Min int + Name string + Required bool + Step int + Value int