Retro툴팁
레트로/빈티지 스타일과 그레이스케일 색 구성표를 갖춘 간단하고 반응이 빠른 툴팁 구성 요소로 비즈니스 웹사이트에 적합합니다. 어두운 테마를 지원합니다.
HTML 코드
<div class="relative inline-block">
<button class="text-gray-700 dark:text-gray-300 bg-gray-200 dark:bg-gray-700 px-3 py-1 rounded-md font-mono">Hover Me</button>
<div class="invisible absolute z-10 top-full left-1/2 transform -translate-x-1/2 mt-2 w-48 p-2 bg-gray-800 dark:bg-gray-200 text-gray-200 dark:text-gray-800 text-sm rounded shadow-lg opacity-0 transition-all duration-300 group-hover:visible group-hover:opacity-100">
<p class="font-mono">This is a retro-style tooltip!</p>
</div>
</div>