H1 Rails is the quickest way to make beautiful web apps with minimal complexity. It uses Ruby on Rails, but centers on HTML, CSS, and Javascript, with the goal of being extremely approachable to developers who are new to Rails.
Forms
- Clean, consistent styling for all form input types. Read More
- Support for multi-selects tag select, type to search. Read More
- Code examples for commonly used patterns e.g nested relationships. Read More
Icons
Pre loaded icons from Heroicons and Tabler Icons, powered by inline_svg.
<%= inline_svg_tag("heroicons/check.svg") %>
Modals Open any action in a modal with one line.
class MyController
before_action :renders_in_modal, only: [:edit]
end
- Documentation is available at h1rails.com.
- Demos are available at
/demos
in the app.