-
tailwindcss-stimulus-components
A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.
If you don't want to pay for it, you can build your own, or use components other people have created, like tailwindcss-stimulus-components.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The problem I have is the front end. I'm using Rails 7 with Tailwind and I'm hitting all sorts of problems. I don't need anything fancy, basically a form with few text inputs, dropdowns (single and multi-select), and numeric inputs. How do people implement these components? It seems like barely any gems support stimulus/tailwind, for example, Simple-Forms. I've found the workaround repo, but it seems more like a temp fix rather than a real solution.
-
In the past I have used simple_form but after a lot of projects I have switched to plain FormBuilder. It became easier to styling every input without headacle. For reusing purpose I’m in flavor of view-component_form gem (it only wraps every input type in a view_component).
Related posts
-
Tailwind UI, JS and Rails
-
Modern Rails flash messages (part 3): Refactoring with Turbo
-
Node.js for developers course, chapter 0: installing and updating Node
-
How to use nested attributes in Ruby on Rails (create associated objects in one form)
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks