Vanilla Rails UI Components

Do you like to be your Rails apps to be as vanilla as possible? Just vanilla CSS, partials and helpers and some JavaScript sprinkles on top? I might have something for you.

Rails out-of-the-box gives you all the features you need to build great looking UI. Add some helpers and you got some great set up to write, reusable components. Like this:

<%= component "card", title: "User Profile" do %>
  <p>Just some text for this user</p>
<% end %>

This will be a standalone and separate port of all the current Rails Designer UI Components Library.

Interested? Leave your email below to get updates.