Content Blocks
Decryptor
Matrix-style decryptor FAQ with scrambled text.
faqdecryptmatrixscrambled
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 | #001000 | Background color (hex, rgb, or hsl). |
backgroundImage | string | https://media.giphy.com/media/U3qYN8S0j3bpK/giphy.gif | Background image URL for matrix effect. |
borderColor | string | #00ff00 | Border color. |
questionTextColor | string | #00ff00 | Question text color. |
answerTextColor | string | #00dd00 | Answer text color. |
activeBgColor | string | #003300 | Active item background color. |
hoverBgColor | string | #001100 | Hover background color. |
iconColor | string | #00ff00 | Terminal icon color. |
scrambleChars | string | XYZ010101<>?// | Characters used for scrambling effect. |