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

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

Glassmorphismスタイルで設計されたレスポンシブオーディオプレーヤーコンポーネントで、すりガラスのような外観とダークモードのサポートが特徴です。

プレビュー

HTMLコード

<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>

関連コンポーネント

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

スキューモーフィック スタイルでデザインされたシンプルなオーディオ プレーヤー コンポーネントで、グレースケールの配色を使用し、ダーク モードをサポートします。

開ける

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

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

開ける

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

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

開ける