Content Blocks
Neo-Brutalism
Bold neo-brutalist FAQ with chunky design and hard shadows.
faqbrutalistboldchunky
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
faqs | Array<{q: string, a: string}> | [] | Array of FAQ items with question (q) and answer (a). |
backgroundColor | string | #FFF4E0 | Background color (hex, rgb, or hsl). |
headerBgColor | string | #FF4D4D | Header background color. |
headerTextColor | string | #ffffff | Header text color. |
headerBorderColor | string | #000000 | Header border color. |
headerShadowColor | string | rgba(0,0,0,1) | Header shadow color. |
title | string | Common Queries | Header title text. |
cardBgColor | string | #ffffff | Card background color. |
cardBorderColor | string | #000000 | Card border color. |
cardTextColor | string | #000000 | Card text color. |
activeCardBgColor | string | #5D9CFF | Active card background color. |
activeCardTextColor | string | #000000 | Active card text color. |
shadowColor | string | rgba(0,0,0,1) | Shadow color for cards. |
iconBorderColor | string | #000000 | Icon border color. |