Content Blocks
Dark Spotlight
Dark spotlight feature section with accordion interactions.
featuredarkspotlightaccordion
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
features | Array<{title: string, desc: string, icon?: LucideIcon}> | [] | Array of feature items with title, description, and optional icon. |
backgroundColor | string | #171717 | Background color (hex, rgb, or hsl). |
title | string | Designed for the | Section title text. |
titleHighlight | string | modern enterprise | Highlighted title text. |
activeBarColor | string | #ffffff | Active item bar color. |
activeTextColor | string | #ffffff | Active item text color. |
inactiveTextColor | string | #525252 | Inactive item text color. |
cardBgColor | string | #262626 | Card background color. |
iconColor | string | #525252 | Icon color. |