Button
Last updated
Was this helpful?
Last updated
Was this helpful?
The HTML <button>
tag, implemented in Ruby.
This component can handle various optional configuration params and can either yield content or display what gets passed to the text
configuration param.
Expects a boolean to specify a disabled <button>
tag. Defaults to false
, so if not specified otherwise buttons are not disabled.
Expects a string with the text that should go inside the <button>
tag.
This component accepts all the canonical like id
or class
.
returns
returns
returns