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