VibeCoderzVibeCoderz
Telegram
All Prompts
Secondary button preview

Secondary button

Кнопка вторичного действия для интерфейсов. Используется для менее приоритетных, но важных операций в UI.

Prompt

<a href="#book"
  class="group relative overflow-hidden transition-all duration-300 flex items-center justify-center gap-2 shadow-primary/20 before:absolute before:inset-0 before:bg-black/20 before:opacity-0 hover:before:opacity-100 before:transition-opacity before:duration-300 text-sm font-medium text-white font-['Inter',sans-serif] text-center bg-gradient-to-r from-primary to-accent rounded-2xl py-3.5 px-8 shadow-soft">

  <span class="relative z-10 flex items-center gap-2">
    Vedi i prezzi 
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
      stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
      class="lucide lucide-arrow-right w-4 h-4">
      <path d="M5 12h14"></path>
      <path d="m12 5 7 7-7 7"></path>
    </svg>
  </span>
</a>
All Prompts