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