Dark Spotlight

Dark spotlight FAQ with radial hover effects.

faqdarkspotlighthover

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#000000Background color (hex, rgb, or hsl).
badgeText
stringSupport CenterBadge text displayed above title.
badgeBgColor
stringrgba(23, 23, 23, 0.5)Badge background color.
badgeBorderColor
string#262626Badge border color.
badgeTextColor
string#a3a3a3Badge text color.
title
stringFrequently Asked QuestionsSection title text.
titleGradientFrom
string#ffffffTitle gradient start color.
titleGradientTo
stringrgba(255,255,255,0.4)Title gradient end color.
cardBgColor
stringrgba(23, 23, 23, 0.3)Card background color.
cardBorderColor
string#262626Card border color.
cardTextColor
string#e5e5e5Card text color.
hoverCardTextColor
string#ffffffCard text color on hover.
answerTextColor
string#a3a3a3Answer text color.
iconColor
string#737373Icon color.
hoverIconColor
string#ffffffIcon color on hover.
spotlightColor
stringrgba(255,255,255,0.1)Spotlight effect color.
Dark Spotlight - Content Blocks Component | UILora