Infinite Scroll Columns
motionOpposing marquee columns for testimonials and visual loops.
Live Preview
“Kinetik made our app feel alive.”
“This is the closest web gets to native physics.”
“The copy-paste ergonomics are unreal.”
“Our conversion jumped after shipping fluid UI.”
“Kinetik made our app feel alive.”
“This is the closest web gets to native physics.”
“The copy-paste ergonomics are unreal.”
“Our conversion jumped after shipping fluid UI.”
“Kinetik made our app feel alive.”
“This is the closest web gets to native physics.”
“The copy-paste ergonomics are unreal.”
“Our conversion jumped after shipping fluid UI.”
“Kinetik made our app feel alive.”
“This is the closest web gets to native physics.”
“The copy-paste ergonomics are unreal.”
“Our conversion jumped after shipping fluid UI.”
npx shadcn@latest add https://kinetik.dev/r/infinite-scroll-columns.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
import { InfiniteScrollColumn } from '@/app/components/infinite-scroll-column';Source
'use client';
export function InfiniteScrollColumn() {
// copy from registry component source
}