コミュニティフォーラムコンポーネント
eコマース向けのミニマリストコミュニティフォーラムコンポーネントで、すっきりとしたデザイン、トライアドカラースキーム、ダークモードのサポートが特徴です。
HTMLコード
<div class="max-w-5xl mx-auto p-6 bg-white dark:bg-gray-800 rounded-lg shadow-lg">
<!-- Forum Header -->
<h2 class="text-2xl font-semibold text-gray-800 dark:text-white mb-4">Community Forum</h2>
<p class="text-gray-600 dark:text-gray-300 mb-6">Join the conversation about your favorite products!</p>
<!-- Post List -->
<div class="space-y-4">
<div class="flex items-start bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-sm">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-4">
<div>
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">John Doe</h3>
<p class="text-gray-600 dark:text-gray-300">What is the best camera for beginners?</p>
<div class="text-sm text-gray-500 dark:text-gray-400">12 Replies | 2 Days Ago</div>
</div>
</div>
<div class="flex items-start bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-sm">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-4">
<div>
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">Jane Smith</h3>
<p class="text-gray-600 dark:text-gray-300">Can anyone recommend a good laptop?</p>
<div class="text-sm text-gray-500 dark:text-gray-400">8 Replies | 3 Days Ago</div>
</div>
</div>
<div class="flex items-start bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-sm">
<img src="https://randomuser.me/api/portraits/men/50.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-4">
<div>
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">Michael Johnson</h3>
<p class="text-gray-600 dark:text-gray-300">Best headphones under $100?</p>
<div class="text-sm text-gray-500 dark:text-gray-400">5 Replies | 1 Week Ago</div>
</div>
</div>
</div>
<!-- Post Input -->
<div class="mt-6">
<h4 class="text-lg font-semibold text-gray-800 dark:text-white mb-2">Start a New Discussion</h4>
<textarea class="w-full p-3 border border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-700 rounded-lg focus:outline-none focus:ring focus:ring-blue-400 dark:focus:ring-blue-500" rows="4" placeholder="Write your message..."></textarea>
<button class="mt-2 px-6 py-2 bg-blue-500 text-white rounded-lg shadow hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-600">Post</button>
</div>
</div>
関連コンポーネント
ブルータリストコミュニティフォーラムコンポーネント
鮮やかな色、適度な複雑さ、ダークモードのサポートを備えたソーシャルメディアインターフェイス用のブルータリストスタイルのコミュニティフォーラムコンポーネント。大胆なタイポグラフィ、ハイコントラスト要素、ブルータリズムデザインに典型的な非対称のレイアウトを備えたフォーラム投稿リストが特徴です。ユーザーアバター、インタラクションボタン、鮮やかな色のアクセントを備えた生々しく意図的に粗雑な美学を備えた投稿アイテムが含まれています。
コミュニティフォーラムコンポーネント
Neumorphismデザインスタイルのレスポンシブでインタラクティブなコミュニティフォーラムコンポーネントで、ビジネス/企業のWebサイトに最適で、明るいテーマと暗いテーマの両方をサポートします。
コミュニティフォーラムコンポーネント
マテリアルデザインの原則に基づいて設計されたレスポンシブコミュニティフォーラムコンポーネントで、ブログやコンテンツの消費に適しています。グリッドレイアウト、インタラクティブ要素が特徴で、Tailwind CSSを使用したダークテーマをサポートしています。