Sticky Scroll Sections
Sticky Scroll Sections
Content sections that fade in/out and scale as you scroll through them. Left side shows numbered text, right side shows visual content. Each section tracks its own scroll progress.
Installation
# Copy sticky-scroll-sections.tsx to your project
cp components/ui/sticky-scroll-sections.tsx your-project/components/ui/sticky-scroll-sections.tsxHow to use
import { StickyScrollSections } from "@/components/ui/sticky-scroll-sections";<StickyScrollSections
heading="How it works"
sections={[
{ title: "Connect", description: "Link your data sources.", content: <img src="/step1.jpg" /> },
{ title: "Build", description: "Create your workflow.", content: <img src="/step2.jpg" /> },
]}
/>Dependencies
Exports
StickyScrollSectionsFile
components/ui/sticky-scroll-sections.tsxHow it works
A simple three-step process
Connect your tools
Integrate with your existing stack in minutes. We support 200+ data sources including databases, APIs, and cloud storage. No complex setup needed.
Build automations
Use our visual builder to create workflows. Drag and drop actions, set triggers, and add conditional logic — all without writing code.
Deploy and scale
Ship to production with one click. Real-time monitoring, alerts, and detailed logs keep you in control as you grow.
Sticky Scroll Sections
Content sections that fade in/out and scale as you scroll through them. Left side shows numbered text, right side shows visual content. Each section tracks its own scroll progress.
Installation
# Copy sticky-scroll-sections.tsx to your project
cp components/ui/sticky-scroll-sections.tsx your-project/components/ui/sticky-scroll-sections.tsxHow to use
import { StickyScrollSections } from "@/components/ui/sticky-scroll-sections";<StickyScrollSections
heading="How it works"
sections={[
{ title: "Connect", description: "Link your data sources.", content: <img src="/step1.jpg" /> },
{ title: "Build", description: "Create your workflow.", content: <img src="/step2.jpg" /> },
]}
/>Dependencies
Exports
StickyScrollSectionsFile
components/ui/sticky-scroll-sections.tsx