Menu
General
Components
Blocks
Coming soon for customers of Essence Plus
Layouts
Typography
Renders a row element
render Row.new do |row| row.item { "Left" } row.item { "Right" } end
Add the component to your project
bundle exec essence add row