FE
Fredy Echavarria

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

Reemplaza esto por un boton con una lista dezplegable, en react con talwindcss : <td className="px 2 py 1"> <div className="flex space x 1"> <button className="text blue 500 hover:text blue 700" aria label="View Contracts"> <FaFileContract className="text xs" /> </button> <button className="text green 500 hover:text green 700" aria label="View Payments"> <FaMoneyBillWave className="text xs" /> </button> <button className="text purple 500 hover:text purple 700" aria label="View Reports"> <FaFileAlt className="text xs" /> </button> </div> </td>

Prompt
Component Preview

About

DropdownButton - A customizable button with a dropdown list for contracts, payments, and reports, professionally built with React and Tailwind. Get code instantly!

Share

Last updated 1 month ago