VibeCoderzVibeCoderz
Telegram
All Prompts
Watch Demo CTA Button with Icon preview
buttonctatailwindiconroundedinteractivelink

Watch Demo CTA Button with Icon

Кнопка CTA "Смотреть демо" с иконкой. Закругленная кнопка с эффектом при наведении, подходит для ссылок на видео-демо и разделы лендингов.

Prompt

<a href="#demo"
  class="inline-flex items-center justify-center gap-2 hover:bg-slate-50 transition-all duration-300 min-h-[48px] focus:ring-2 focus:ring-slate-300 focus:outline-none text-sm font-medium text-slate-700 tracking-tight border-slate-300 border rounded-full px-6 py-3">
  <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 stroke-[1.5]" viewBox="0 0 24 24" fill="none"
    stroke="currentColor">
    <circle cx="12" cy="12" r="10" class=""></circle>
    <polygon points="10,8 16,12 10,16 10,8" class=""></polygon>
  </svg>
  <span class="font-geist">Watch Demo</span>
</a>
All Prompts