feat(react): add tooltip component (#736)

This commit is contained in:
rahim
2026-03-04 23:20:16 -08:00
committed by GitHub
parent e9fbaece87
commit ae754eec8f
10 changed files with 406 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ export type { SliderValueProps } from './ui/slider/slider-value';
export { Thumbnail, type ThumbnailProps } from './ui/thumbnail/thumbnail';
export { Time } from './ui/time';
export { TimeSlider } from './ui/time-slider';
export { Tooltip, type TooltipContextValue, useTooltipContext } from './ui/tooltip';
export { VolumeSlider } from './ui/volume-slider';
// Utilities