Content Blocks
Elastic Pull
Elastic pull FAQ with spring physics.
faqelasticpullspring
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
faqs | Array<{id: number, q: string, a: string}> | [] | Array of FAQ items with id, question (q) and answer (a). |
backgroundColor | string | #171717 | Background color (hex, rgb, or hsl). |
cardBgColor | string | #262626 | Card background color. |
cardTextColor | string | #ffffff | Card text color. |
dragHintColor | string | #737373 | Drag hint text color. |
answerBgColor | string | #171717 | Answer background color. |
answerTextColor | string | #d4d4d4 | Answer text color. |
answerBorderColor | string | #404040 | Answer border color. |
dragLeftColor | string | #ff0055 | Background color when dragging left. |
dragRightColor | string | #0055ff | Background color when dragging right. |
dragCenterColor | string | #262626 | Background color when centered. |