Cyber Terminal

Cyber terminal FAQ with glitch and scanline effects.

faqcyberterminalglitch

Props

Customize the component with these props

PropertyTypeDefaultDescription
faqs
Array<{q: string, a: string}>[]Array of FAQ items with question (q) and answer (a).
backgroundColor
string#050505Background color (hex, rgb, or hsl).
gridColor
stringrgba(0,255,0,0.03)Grid pattern color.
containerBgColor
stringrgba(0,0,0,0.8)Container background color.
containerBorderColor
stringrgba(0,255,0,0.5)Container border color.
containerShadowColor
stringrgba(0,255,0,0.1)Container shadow color.
dotColor1
string#ef4444First dot color (red).
dotColor2
string#eab308Second dot color (yellow).
dotColor3
string#22c55eThird dot color (green).
versionText
stringSystem_FAQ_v2.0Version text displayed in header.
versionTextColor
stringrgba(0,255,0,0.7)Version text color.
questionTextColor
stringrgba(0,255,0,0.7)Question text color.
activeQuestionTextColor
string#4ade80Active question text color.
activeBgColor
stringrgba(0,255,0,0.1)Active item background color.
activeBorderColor
stringrgba(0,255,0,0.5)Active item border color.
answerTextColor
stringrgba(0,255,0,0.8)Answer text color.
answerPrefixColor
stringrgba(0,255,0,0.5)Answer prefix color (>).
hoverBorderColor
stringrgba(0,255,0,0.3)Hover border color.
Cyber Terminal - Content Blocks Component | UILora