= TabbedUi A series of ActionView helpers to easily generate tabbed interfaces. <% tabs do |tabber| %> <% tabber.tab(:contact_information) do %> <% end -%> <% tabber.tab(:invoices) %> <% end %> The plugins works by using convention over configuration. = Installation Copy the assets/ folder to public/. Add the following lines to your layout: <%= javascript_include_tag 'tabbed_ui' %> <%= stylesheet_link_tag 'tabbed_ui' %> The CSS file already includes support for printing tabs. The tabs will be laid out as a sequence of blocks in print media.