Skip to main content

Button

Button Primary


button-primary-x-small.html
<button class="px-3 py-2 text-xs hover:bg-red-700 text-white rounded font-medium  bg-red-500"> X-Small </button>

Button Secondary


button-secondary-x-small.html
<button class="px-3 py-2 text-xs text-red-500 rounded font-medium border hover:bg-red-500 hover:text-white  border-red"> X-Small </button>

Button Disabled


button-disabled-x-small.html
<button class="px-3 py-2 text-xs cursor-not-allowed text-white rounded font-medium  bg-gray-400"> X-Small </button>

Button Text


button-text-x-small.html
<button class="px-3 py-2 text-xs hover:bg-red-500 hover:text-white text-red-500 rounded font-medium"> X-Small </button>