@grandbazar/ui-baza 1.2.21 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -136,6 +136,7 @@ Currently available components:
136
136
  - **RadioButton** - Radio button component for single selection from multiple options.
137
137
  - **Search** - Search input field with icon and clear button. Supports two modes: default (inline icon) and custom (separate search button).
138
138
  - **SegmentControl** - Segmented control component for single selection from multiple options with visual button group interface. Implemented using Compound Components pattern.
139
+ - **Slider** - Controlled slider for picking a number by dragging a handle along a track, with optional tick marks and a two-handle range variant. Implemented using Compound Components pattern.
139
140
  - **Stepper** - Numeric stepper with minus and plus buttons that increment or decrement a controlled value, auto-disabling at the min and max bounds.
140
141
  - **Switch** - Toggle switch component for binary on/off states with smooth animations.
141
142
  - **Tabs** - Tab interface for switching between content sections with an animated active indicator. Implemented using Compound Components pattern.