VibeCoderzVibeCoderz
Telegram
All Prompts
Gradient Button with Icon preview
buttonctatailwindgradienticoninteractive

Gradient Button with Icon

Кнопка CTA с градиентом и иконкой. Форма таблетки, эффекты при наведении. Идеальна для Tailwind UI, первичных действий, навигации.

Prompt

<button class="hover:bg-slate-50 hover:text-slate- transition-all flex text-sm font-medium text-slate-600 bg-white border-slate-200 border rounded-full pt-3 pr-6 pb-3 pl-6 shadow-sm gap-x-2 gap-y-2 items-center" style="background: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #818cf8 100%); box-shadow: 0 18px 35px rgba(30, 64, 175, 0.45), 0 0 0 1px rgba(191, 219, 254, 0.3); color: #e0e7ff">

  <span class="text-sm font-medium tracking-tight text-slate-50">
    Demo Lesson
  </span><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="w-[16px] h-[16px]" data-lucide="arrow-right" data-icon-set="lucide" data-icon-replaced="true" style="color: rgb(241, 245, 249); width: 16px; height: 16px;"><path d="M5 12h14" class=""></path><path d="m12 5 7 7-7 7" class=""></path></svg>
</button>
All Prompts