组件 Follow 按钮 关注按钮组件

关注按钮组件

一个采用粗犷主义风格设计的关注按钮组件,具有高对比度和原始、粗犷的外观。它是响应式的并支持暗主题。

预览

HTML 代码

<div class="flex flex-col items-center justify-center p-6 bg-white dark:bg-gray-800 rounded-lg shadow-lg">
    <img class="mb-4 rounded-full border-4 border-black dark:border-white" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" width="100" height="100">
    <h2 class="text-2xl font-bold text-black dark:text-white mb-2">Follow Us</h2>
    <p class="text-gray-700 dark:text-gray-300 text-center mb-4">Join our community and stay updated with our latest content!</p>
    <a href="#" class="px-4 py-2 text-lg font-bold text-white bg-black dark:bg-white dark:text-black border-4 border-black dark:border-white hover:bg-gray-600 dark:hover:bg-gray-300 transition-all duration-300">Follow</a>
</div>

相关组件

Follow Button 组件

一个简单、响应迅速的关注按钮组件,专为约会/社交平台设计,具有柔和的配色方案和深色模式支持。

打开

Follow Button 组件

一个复杂的“关注”按钮组件,具有微交互、棕褐色/棕色配色方案、响应式设计和深色模式支持,适用于博客/内容平台。

打开

Neumorphic Follow Button 组件

一个复杂的交互式 neumorphic follow 按钮组件,具有海洋/蓝色调,专为社交媒体界面设计。包括深色模式支持和响应式设计。

打开