Last updated 3 years ago
Was this helpful?
The HTML <wbr> tag, implemented in Ruby.
<wbr>
This component accepts all the canonical like id or class.
id
class
paragraph do plain 'First part of text' wbr id: 'foo', class: 'bar' plain 'Second part of text' end
returns
<p>First part of text<wbr id="foo" class="bar">Second part of text</p>