Vanilla Rails UI Components

Do you like your Rails apps to be as vanilla as possible? Júst CSS, partials (enhanced using the Partials FX gem) and some JavaScript sprinkles on top using Stimulus? I might have something for you.

I am currently working on something new that enhances Rails' partials by adding a thin layer and some extra sprinkles on top. It looks much like ViewComponent but is way simpler.

<%= render CardComponent.new title: "User Profile" do %>
  <p>Just some text for this user</p>
<% end %>

This will be a standalone and separate product from the current Rails Designer's UI Components Library.

Interested? Leave your email below to get updates.