Skip to content

arraypress/waveform-bar-astro

Repository files navigation

Waveform Bar for Astro

Astro components for the Spotify-style persistent bottom-bar audio player. Mount the bar once in your layout, then drop play/queue triggers anywhere.

npm version license

Documentation · npm


Install

npm install @arraypress/waveform-bar-astro @arraypress/waveform-bar @arraypress/waveform-player
---
import { WaveformBar, WaveformBarTrigger } from '@arraypress/waveform-bar-astro';
---
<WaveformBarTrigger url="/audio/track.mp3" title="My Track" artist="Producer" />

<!-- Render once, in your root layout -->
<WaveformBar />

Documentation

Full props, the imperative API, and setup notes live in the docs.

Astro guide — install, props, the imperative API, and SSR notes. All four Astro wrappers (player / bar / playlist) are on that page.

License

MIT © ArrayPress

Packages

 
 
 

Contributors