-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I apply this library and somehow the progress bar is not showing just like the default ui style?
<AudioPlayer autoPlay src={dummySoundtrack} // onPlay={(e) => console.log('onPlay')} layout="horizontal-reverse" preload="metadata" showFilledProgress hasDefaultKeyBindings={false} customVolumeControls={[]} showJumpControls={false} customAdditionalControls={[]} customProgressBarSection={[ RHAP_UI.CURRENT_TIME, RHAP_UI.PROGRESS_BAR, RHAP_UI.CURRENT_LEFT_TIME, ]} customIcons={{ play: ( <div className="rounded-full bg-text-input-secondary p-[8px]"> <PlayIcon className="size-[32px] shrink-0" /> </div> ), pause: ( <div className="rounded-full bg-text-input-secondary p-[8px]"> <PauseIcon className="size-[32px] shrink-0" /> </div> ), }} />
Metadata
Metadata
Assignees
Labels
No labels