Nathan's Web Components

A bunch of web components for my own convenience.

Audio Player

A neat little audio component that nicely displays a cover image, native audio controls, a title, and a description.

Example usage:

                
<audio-player
cover="/assets/images/doge.jpg"
cover_alt="A snoozy doge!"
audio="assets/audio/KARATE KID - TOXIC (ILLFD022).wav">
    <h3 slot="title">Toxic - Britney Spears (Karate Kid Bootleg)</h3>
    <p slot="description">A massive DnB roller bootleg of a Britney Spears classic: <em>Toxic</em>.</p>
</audio-player>
                
            

Toxic - Britney Spears (Karate Kid Bootleg)

A massive DnB roller bootleg of a Britney Spears classic: Toxic.