simple_form_tailwind_css
Tailwind components for Simple Form (by abevoelker)
view_component-form
Rails FormBuilder for ViewComponent (by pantographe)
simple_form_tailwind_css | view_component-form | |
---|---|---|
2 | 1 | |
31 | 237 | |
- | 2.5% | |
0.0 | 6.7 | |
over 2 years ago | 5 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
simple_form_tailwind_css
Posts with mentions or reviews of simple_form_tailwind_css.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-20.
-
Styling Simple Form forms with Tailwind
One option is the simple_form_tailwind_css gem by Abe Voelker, mentioned also in the GitHub issue. It uses a combination of default Tailwind styles in the Simple Form configuration with a custom form builder and a few custom inputs. The gem supports replacing the default classes related to error messages with custom ones.
-
Building UI with Rails 7 + Tailwind
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.
view_component-form
Posts with mentions or reviews of view_component-form.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-03.
-
Building UI with Rails 7 + Tailwind
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).
What are some alternatives?
When comparing simple_form_tailwind_css and view_component-form you can also consider the following projects:
tailwindcss-stimulus-components - A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.
Simple Form - Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
view_components - ViewComponents for the Primer Design System
Tailwind CSS - A utility-first CSS framework for rapid UI development.
Rails Bootstrap Forms - Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.