Versions in this module Expand all Collapse all 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