A draggable image carousel with an animated thumbnail strip that expands the active thumbnail and auto-scrolls it into view.
import FramerCarouselThumbnails from '@/components/ui/framer-thumnbails'; export default function Default() { return ( <div className='w-full'> <FramerCarouselThumbnails /> </div> ); }