Recommended
Individual License - Lifetime Access
$199
one-time paymentBeautifully crafted React + Tailwind CSS + Framer Motion components and templates for your next web project.
What's included:
- Over 50+ sections — Everything you need to build beautiful landing pages
- 5+ templates — Templates built with React, Next.js, and TailwindCSS
- Commercial Use — Use the templates for commercial projects. Re-selling of code is NOT allowed.
- Perpetual license — You own the templates, forever
- Lifetime access — Get access to everything available today, plus everything added in the future
- Lifetime updates — Get access to all future updates for the original purchase price
The ScrollFeatureContainer
component accepts the following props:
Prop Name | Type | Required | Description |
---|---|---|---|
direction | "ltr" or "rtl" | Yes | Determines the layout direction of the scroll feature. "ltr" stands for left-to-right, and "rtl" stands for right-to-left. |
imageSrc | string | Yes | The source URL of the image to be displayed within the scroll feature. |
children | React.ReactNode | Yes | The content to be rendered inside the scroll feature container. |
topPosition | string (optional) | No | Specifies the top position for the sticky content. Defaults to "53%" if not provided. |
Default Values
topPosition
: If not specified, defaults to"50%"
.