Media
AudioPlayer
Media player controller wrapper for audio playback with customizable controls and styling.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | Control bar and player elements |
| style | CSSProperties | - | Custom CSS variables for media player styling |
| className | string | - | Additional CSS classes |
Import
import { AudioPlayer } from '@blastx/ui-ai';