Back to Registry

Infinite Scroll Columns

motion

Opposing marquee columns for testimonials and visual loops.

Colorblue-500
Width
Shadow

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.”

Install via CLI
npx shadcn@latest add https://kinetik.dev/r/infinite-scroll-columns.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Usage
import { InfiniteScrollColumn } from '@/app/components/infinite-scroll-column';

Source

'use client';

export function InfiniteScrollColumn() {
  // copy from registry component source
}