Components Audio Player Audio Player Component

Audio Player Component

A responsive audio player component designed with Glassmorphism style, featuring a frosted glass-like look and support for dark mode.

Preview

HTML Code

<div class="flex justify-center items-center min-h-screen bg-gray-200 dark:bg-gray-800">
    <div class="bg-white dark:bg-gray-900 rounded-lg shadow-lg p-6 backdrop-blur-lg bg-opacity-30 border border-gray-300 dark:border-gray-600">
        <img src="https://picsum.photos/200/100" alt="Album Art" class="rounded-lg mb-4">
        <div class="flex flex-col items-center">
            <h2 class="text-lg font-semibold text-gray-800 dark:text-white">Song Title</h2>
            <p class="text-sm text-gray-600 dark:text-gray-400">Artist Name</p>
        </div>
        <div class="w-full my-4">
            <input type="range" class="w-full h-1 bg-gray-300 rounded-lg appearance-none cursor-pointer dark:bg-gray-600" min="0" max="100" value="50">
        </div>
        <div class="flex justify-between">
            <button class="bg-blue-500 text-white font-semibold py-2 px-4 rounded-lg focus:outline-none">Play</button>
            <button class="bg-red-500 text-white font-semibold py-2 px-4 rounded-lg focus:outline-none">Stop</button>
        </div>
    </div>
</div>

Related Components

3D Monochromatic Audio Player

Responsive 3D Monochromatic Audio Player Component for Portfolio, with Dark Mode Support

Open

Retro Audio Player

Audio Player Component with Retro/Vintage design, Pastel color scheme, Complex complexity, Social Media purpose, Responsive, Dark theme support, HTML only with Tailwind CSS

Open

Neumorphic Audio Player

A simple Neumorphic Audio Player Component with Earth tones color scheme for a Dashboard, built with Tailwind CSS. It supports responsive design and dark theme.

Open