Documentation
¶
Overview ¶
Package slider provides range slider components.
Index ¶
- func Slider(opts ...Option) g.Node
- type Option
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.