A
Anonymous

Delete Button - Copy this React, Tailwind Component to your project

<form action="{{ route('produk.destroy', $product >product_id) }}" method="POST" class="inline"> @csrf @method('DELETE') <button type="submit" class="inline flex items center justify center w 8 h 8 bg red 500 hover:bg red 600 text white rounded full" title="Hapus" onclick="return confirm('Apakah Anda yakin ingin menghapus?')"> <i class="fas fa trash text xs"></i> </button> </form>

Prompt
Component Preview

About

DeleteButton - A responsive, user-friendly button for deleting items, built with React and Tailwind. Features confirmation prompt and. Free code available!

Share

Last updated 1 month ago