Content Blocks
X-Ray Reveal
X-ray reveal FAQ with flashlight mask effect.
faqxrayrevealflashlight
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 | #000000 | Background color (hex, rgb, or hsl). |
questionColor | string | #84cc16 | Question text color. |
answerColor | string | #ffffff | Answer text color. |
ringBorderColor | string | rgba(132, 204, 22, 0.5) | Flashlight ring border color. |
iconColor | string | #84cc16 | Scan icon color. |
spotlightSize | number | 300 | Size of the spotlight circle in pixels. |