view_components 0.1.0
Simple library for building view components in Ruby on Rails. A view component is defined by sections and attributes, and its structure is defined once in a partial view in the `app/views/components` folder, and can be invoked by a simple helper method.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
>= 0
Development Dependencies (2):
haml-rails
>= 0
rspec-rails
>= 0