Components
Loading preview...
Component implements a parallax scrolling effect on a webpage. It features a background image that zooms out and blurs as the user scrolls down, creating a sense of depth.
npx shadcn@latest add https://21st.dev/r/minhxthanh/parallax-scrolling-effect
import ParallaxPage from "@/components/ui/parallax-scrolling-effect";
const DemoOne = () => {
return <ParallaxPage />;
};
export { DemoOne };