Looking for the old docs? Go here

Remotion

Slider Thumbnail

This component is used to render preview frames of the Remotion video over the time slider.

HTMLAttributes
Ref<HTMLElement>
import { RemotionSliderThumbnail, type RemotionSliderThumbnailProps } from "@vidstack/react";
<TimeSlider.Root>
  <TimeSlider.Preview>
    <RemotionSliderThumbnail />
  </TimeSlider.Preview>
</TimeSlider.Root>
PropTypeDefault
asChild
boolean
false
renderLoading
RemotionLoadingRenderer
undefined
errorFallback
RemotionErrorRenderer
undefined
CallbackType
onError
function

Previous