VibeCoderzVibeCoderz
Telegram
All Prompts
Tailwind Confirm Button with Check Icon preview
buttonicontailwindconfirmflexinteractive

Tailwind Confirm Button with Check Icon

Кнопка подтверждения с иконкой галочки на Tailwind CSS. Идеальна для форм, модальных окон и тулбаров для действий submit, validate, confirm.

Prompt

<div class="flex gap-2 items-center justify-end border-t border-neutral-200 pt-6">
    <button class="inline-flex items-center gap-1.5 rounded-md px-3 py-2 text-sm bg-neutral-900 text-white hover:bg-neutral-800" id="btnC2Valider">
      <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" data-lucide="check-circle-2" class="lucide lucide-check-circle-2 w-4 h-4"><circle cx="12" cy="12" r="10" class=""></circle><path d="m9 12 2 2 4-4" class=""></path></svg> Valider le cadre
    </button>
  </div>
All Prompts