Components
Slider With Tooltip

Slider With Tooltip

An input where the user selects a value from within a given range, with a tooltip displaying the value as they hover.

Installation

pnpm dlx shadcn@latest add https://ui.booleanfields.com/r/slider-with-tooltip.json

Usage

import { SliderWithTooltip } from "@/components/ui/slider-with-tooltip"
<SliderWithTooltip defaultValue={[33]} max={100} />

Examples

Default

Vertical

Disabled