コンポーネント オーディオプレーヤー オーディオプレーヤーコンポーネント

オーディオプレーヤーコンポーネント

Tailwind CSSを使用してダークモードで設計されたレスポンシブオーディオプレーヤーコンポーネント。ダークテーマをサポートし、オーディオ再生のためのクリーンなインターフェイスを提供します。

プレビュー

HTMLコード

<div class="bg-gray-800 text-white p-6 rounded-lg shadow-md max-w-lg mx-auto">
    <div class="flex items-center mb-4">
        <img src="https://picsum.photos/80/80" alt="Album Art" class="rounded-full border-2 border-gray-600">
        <div class="ml-4">
            <h2 class="text-lg font-semibold">Song Title</h2>
            <p class="text-gray-400">Artist Name</p>
        </div>
    </div>
    <audio controls class="w-full mb-4">
        <source src="path_to_your_audio_file.mp3" type="audio/mpeg">
        Your browser does not support the audio element.
    </audio>
    <div class="flex items-center justify-between">
        <button class="text-gray-300 hover:text-white">
            <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
                <path d="M10 3l7 7-7 7-7-7 7-7z" />
            </svg>
        </button>
        <div class="flex items-center">
            <button class="text-gray-300 hover:text-white mx-2">
                <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
                    <path d="M10 3l7 7-7 7-7-7 7-7z" />
                </svg>
            </button>
            <input type="range" class="w-32 mx-2 accent-gray-600" value="50" />
            <button class="text-gray-300 hover:text-white mx-2">
                <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
                    <path d="M10 3l7 7-7 7-7-7 7-7z" />
                </svg>
            </button>
        </div>
        <button class="text-gray-300 hover:text-white">
            <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
                <path d="M10 3l7 7-7 7-7-7 7-7z" />
            </svg>
        </button>
    </div>
</div>

関連コンポーネント

ブルータリストオーディオプレーヤー

レスポンシブデザイン、ダークモードのサポート、JavaScriptなしのブルータリズムオーディオプレーヤーコンポーネント。

開ける

スキューモーフィックオーディオプレーヤー

スキューモーフィックスタイル、パステルカラースキーム、複雑なインターフェースでデザインされたオーディオプレーヤーコンポーネントです。ダークモードをサポートし、応答性が高く、eコマースサイトに適しています。

開ける

オーディオプレーヤーコンポーネント

ダッシュボード用に設計された複雑なオーディオプレーヤーコンポーネントで、レスポンシブデザイン、ダークテーマのサポート、魅力的なマイクロインタラクションを備えています。

開ける