This component no longer exists. It was in atlas-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Parallax Sections Demo
atlas-ui/parallax-sections-demoRemovedExample
Example of Parallax Sections component.
Install it
npx shadcn@latest add https://atlasui.dev/r/parallax-sections-demo.jsonSource
1import { ParallaxSections } from "@/registry/react/atlasui/parallax-sections";23export const ParallaxSectionsDemo = () => {4 return <ParallaxSections />;5};
What it pulls in
Other registry items
