Tailwind CSS
v1.tailwindcss.com › components › buttons
Buttons - Tailwind CSS
Here are a few examples to help you get an idea of how to build components like this using Tailwind. ... <!-- Using utilities: --> <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"> Button </button> <!-- Extracting component classes: --> <button class="btn btn-blue"> Button </button> <style> .btn { @apply font-bold py-2 px-4 rounded; } .btn-blue { @apply bg-blue-500 text-white; } .btn-blue:hover { @apply bg-blue-700; } </style>
Videos
04:44
Tailwind CSS Tutorial #13 - Buttons - YouTube
16:08
Tailwind on Rails #170 Maintainable Buttons CSS - YouTube
54:31
How to create Tailwind CSS Button Components - YouTube
r/tailwindcss on Reddit: I have built a Tailwind CSS button ...
12:13
Create Amazing Button Hover Effects with Tailwind - YouTube
r/tailwindcss on Reddit: 50+ Free Tailwind CSS buttons
Ibelick
buttons.ibelick.com
Tailwind CSS button collection - Click-to-copy integration
Discover a collection of Tailwind CSS buttons designed to enhance your website's look. Easy to integrate with a copy-paste, no js.
Davidhallin
davidhallin.com › blog › easy-tailwind-buttons
Easy Tailwindcss Buttons - davidhallin.com
March 8, 2021 - /** * This injects Tailwind's base styles, which is a combination of * Normalize.css and some additional base styles. */ @tailwind base; /** * Remove the default box-shadow for invalid elements to prevent * inputs in Livewire components showing with a * red border by default in Firefox.
PrebuiltUI
prebuiltui.com › home › components › buttons
Tailwind CSS Buttons Components - PrebuiltUI
These Button UI components bring flexibility and style to your interface. Designed in a variety of sizes and states they are perfect for handling user interactions such as submitting forms triggering actions and navigating content across your application. ... BreadcrumbsEnhance your website's navigation with these Tailwind CSS Breadcrumbs UI components.
DevDojo
devdojo.com › tailwindcss › buttons
TailwindCSS Buttons
<a href="#_" class="relative inline-block text-lg group"> <span class="relative z-10 block px-5 py-3 overflow-hidden font-medium leading-tight text-gray-800 transition-colors duration-300 ease-out border-2 border-gray-900 rounded-lg group-hover:text-white"> <span class="absolute inset-0 w-full h-full px-5 py-3 rounded-lg bg-gray-50"></span> <span class="absolute left-0 w-48 h-48 -ml-2 transition-all duration-300 origin-top-right -rotate-90 -translate-x-full translate-y-12 bg-gray-900 group-hover:-rotate-180 ease"></span> <span class="relative">Button Text</span> </span> <span class="absolute bottom-0 right-0 w-full h-12 -mb-1 -mr-1 transition-all duration-200 ease-linear bg-gray-900 rounded-lg group-hover:mb-0 group-hover:mr-0" data-rounded="rounded-lg"></span> </a>
Flowbite
flowbite.com › docs › components › button-group
Tailwind CSS Button Group - Flowbite
Button groups are a Tailwind CSS powered set of buttons sticked together in a horizontal line
Tailwind CSS
tailwindcss.com › plus › ui-blocks › application-ui › elements › button-groups
Tailwind CSS Button Groups - Official Tailwind UI Components
Use these Tailwind CSS button group components to group buttons with other elements like dropdowns and checkboxes, for things like filtering options, pagination, or buttons with multiple actions.
Hover
hover.dev › components › buttons
Animated buttons for React and TailwindCSS
Access prebuilt buttons interaction and animations built with React, Tailwind CSS, Framer Motion & more!