Content Blocks
Dynamic Slider
Dynamic slider pricing section with smooth transitions.
pricingsliderdynamictransitions
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
title | string | Scale as you grow | Section title text. |
subtitle | string | Pay only for what you need. No hidden fees. | Section subtitle text. |
tiers | Array<{title: string, desc: string, threshold: number}> | [] | Array of pricing tiers with title, description, and threshold. |
features | string[] | [] | Array of feature strings to display. |
minUsers | number | 1 | Minimum number of users. |
maxUsers | number | 50 | Maximum number of users. |
defaultUsers | number | 5 | Default number of users. |
pricePerUser | number | 12 | Price per user. |
backgroundColor | string | #f8fafc | Background color (hex, rgb, or hsl). |
cardBgColor | string | #ffffff | Card background color. |
cardShadowColor | string | rgba(0,0,0,0.1) | Card shadow color. |
titleColor | string | #0f172a | Title text color. |
subtitleColor | string | #64748b | Subtitle text color. |
labelColor | string | #94a3b8 | Label text color. |
userCountColor | string | #2563eb | User count text color. |
totalColor | string | #0f172a | Total price text color. |
sliderBgColor | string | #f1f5f9 | Slider background color. |
sliderFillColor | string | #2563eb | Slider fill color. |
sliderHandleBgColor | string | #ffffff | Slider handle background color. |
sliderHandleBorderColor | string | #2563eb | Slider handle border color. |
sliderIconColor | string | #2563eb | Slider icon color. |
tierActiveBorderColor | string | #2563eb | Active tier border color. |
tierActiveBgColor | string | #eff6ff | Active tier background color. |
tierInactiveBorderColor | string | #f1f5f9 | Inactive tier border color. |
tierTitleColor | string | #0f172a | Tier title text color. |
tierDescColor | string | #64748b | Tier description text color. |
tierFeatureTextColor | string | #0f172a | Tier feature text color. |
tierFeatureCheckColor | string | #2563eb | Tier feature check color. |
buttonBgColor | string | #2563eb | Button background color. |
buttonTextColor | string | #ffffff | Button text color. |
buttonText | string | Get Started | Button text. |