Migrate the Button component to tailwind
See original GitHub issueIssue
Description
The current Button
component is using sass for the styles, we are now migrating to tailwind. We need to remove all the sass styles for the button and use tailwind instead.
Here are all the buttons we need to support: https://sketch.cloud/s/xVR5A/7yyVk08
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to create Tailwind CSS Button Components - YouTube
Source code: https://github.com/justalever/tailwindcss- button -componentsIn this guide, we take a look at creating button components using ...
Read more >Creating a reusable Button component with React and Tailwind
This tutorial covers the process of creating a reusable Button component with TailwindCSS and React.
Read more >Tailwind CSS button components | Web-Crunch
In this guide, we take a look at creating button components using Tailwind CSS. Combined with PostCSS we can craft custom component-based ...
Read more >Buttons - Tailwind CSS
Tailwind doesn't include pre-designed button styles out of the box, but they're easy to build using existing utilities. Here are a few examples...
Read more >Create Reusable Button Component with React & Tailwind CSS
In this section we will create reusable button component using react js with tailwind css 3. First you need to install setup react...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll take this one @crysfel, I think it would be good for people to take only one migration so more people get some experience in using Tailwind 😀
Thanks for contributing!