Abbr
Last updated
Was this helpful?
Last updated
Was this helpful?
The HTML <abbr>
tag, implemented in Ruby.
This component expects 1 required param and various optional configuration params and can either yield content or display what gets passed to the text
configuration param.
Expects a string with the meaning of the abbreviation contained within the tag.
Expects a string which will be displayed as the content inside the <abbr>
tag. If this is not passed, a block must be passed instead.
This component accepts all the canonical like id
or class
.
returns
returns