class Playbook::PbButton::Button
def options
def options { aria: aria, class: classname, data: data, disabled: disabled, id: id, role: "button", type: type, value: value, form: form, }.compact end
def options { aria: aria, class: classname, data: data, disabled: disabled, id: id, role: "button", type: type, value: value, form: form, }.compact end