A draggable image carousel with an animated filmstrip of thumbnails where the active thumbnail expands to a wide aspect ratio.
import FramerMoveableThumbnails from '@/components/ui/framer-moveable-thumbnails'; export default function Default() { return ( <div className='w-full max-w-3xl mx-auto'> <FramerMoveableThumbnails /> </div> ); }