diff --git a/src/Slider.tsx b/src/Slider.tsx index aa9309e7..fb0ea04d 100644 --- a/src/Slider.tsx +++ b/src/Slider.tsx @@ -10,6 +10,7 @@ import { Root, Track, Range, Thumb } from "@radix-ui/react-slider"; import classNames from "classnames"; import styles from "./Slider.module.css"; +import { Tooltip } from "@vector-im/compound-web"; interface Props { className?: string; @@ -66,7 +67,10 @@ export const Slider: FC = ({ - + {/* Note: This is expected not to be visible on mobile.*/} + + + ); };