Audio Reactive

Audio-reactive accordion with waveform visualization.

accordionaudioreactivewaveform

Props

Customize the component with these props

PropertyTypeDefaultDescription
items
AccordionItem[][{id: '1', label: 'Track 01'}, ...]Array of accordion items with id, label, and optional content.
backgroundColor
stringtransparentBackground color of the component (hex, rgb, or hsl).
itemBgColor
string#18181bBackground color of accordion items (hex, rgb, or hsl).
itemHoverBgColor
string#27272aBackground color of items on hover (hex, rgb, or hsl).
itemTextColor
string#ffffffText color of item labels (hex, rgb, or hsl).
activeBarColor
string#4ade80Color of active waveform bars (hex, rgb, or hsl).
inactiveBarColor
string#52525bColor of inactive waveform bars (hex, rgb, or hsl).
progressBarBgColor
string#3f3f46Background color of progress bar (hex, rgb, or hsl).
progressBarFillColor
string#4ade80Fill color of progress bar (hex, rgb, or hsl).
iconColor
string#ffffffColor of play/pause icons (hex, rgb, or hsl).
defaultActive
number | nullnullIndex of the initially active item (null for none).
Audio Reactive - Uilora Accordions