Last updated 3 years ago
Was this helpful?
The HTML <section> tag, implemented in Ruby.
<section>
This component accepts all the canonical like id or class.
id
class
section id: "foo", class: "bar" do plain 'Hello World' # optional content end
returns
<section id="foo" class="bar"> Hello World </section>