Minimalist_Tooltip
用于电子商务的极简/平面设计工具提示框组件,具有响应式设计和深色主题支持。使用 Complementary color scheme 并具有中等复杂度。
HTML 代码
<div class="relative group">
<button class="text-blue-700 hover:text-blue-800 dark:text-red-400 dark:hover:text-red-500 font-bold py-2 px-4 rounded">Hover Me</button>
<div class="absolute bottom-full mb-2 hidden group-hover:block w-48 bg-blue-100 text-blue-800 text-sm rounded py-1 px-2 dark:bg-red-900 dark:text-red-100">
Product information or details here.
</div>
</div>