コンポーネント ボタン ボタンコンポーネント

ボタンコンポーネント

作品や製品を紹介するポートフォリオ用に設計されたミニマリストボタンコンポーネントで、鮮やかな色とレスポンシブデザイン、Tailwind CSSを使用したダークテーマのサポートが特徴です。

プレビュー

HTMLコード

<div class="flex flex-col items-center justify-center h-screen bg-white dark:bg-gray-900 p-4">
    <h1 class="text-2xl font-bold text-gray-800 dark:text-white mb-6">Portfolio Buttons</h1>
    <div class="space-y-4">
        <a href="#" class="inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-white bg-red-500 rounded hover:bg-red-600 dark:bg-red-700 dark:hover:bg-red-600 transition duration-200">View Projects</a>
        <a href="#" class="inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-white bg-green-500 rounded hover:bg-green-600 dark:bg-green-700 dark:hover:bg-green-600 transition duration-200">Contact Me</a>
        <a href="#" class="inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-white bg-blue-500 rounded hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-600 transition duration-200">Download CV</a>
    </div>
</div>

関連コンポーネント

Brutalism Buttons コンポーネント

ブルータリズムデザインのボタンコンポーネントで、高彩度の色、レスポンシブレイアウト、ダークモードのサポートが特徴で、ビジネスや企業のWebサイトに適しています。

開ける

ボタンコンポーネント

ボタンコンポーネント

開ける

アールデコネオンボタン

アールデコ調の幾何学的なスタイルと鮮やかなネオン/エレクトリックカラースキームを備えたシンプルで応答性の高いボタンコンポーネントは、ヘルスケアアプリケーションに適しています。ダークモードのサポートが含まれています。

開ける