Decryptor

Matrix-style decryptor FAQ with scrambled text.

faqdecryptmatrixscrambled

Props

Customize the component with these props

PropertyTypeDefaultDescription
faqs
Array<{id: number, q: string, a: string}>[]Array of FAQ items with id, question (q) and answer (a).
backgroundColor
string#001000Background color (hex, rgb, or hsl).
backgroundImage
stringhttps://media.giphy.com/media/U3qYN8S0j3bpK/giphy.gifBackground image URL for matrix effect.
borderColor
string#00ff00Border color.
questionTextColor
string#00ff00Question text color.
answerTextColor
string#00dd00Answer text color.
activeBgColor
string#003300Active item background color.
hoverBgColor
string#001100Hover background color.
iconColor
string#00ff00Terminal icon color.
scrambleChars
stringXYZ010101<>?//Characters used for scrambling effect.
Decryptor - Content Blocks Component | UILora