Module: Renalware::DropdownButtonHelper

Included in:
HD::AdministerPrescriptionDropdownComponent, PD::PETResultsComponent
Defined in:
app/helpers/renalware/dropdown_button_helper.rb

Instance Method Summary collapse

Instance Method Details



7
8
9
# File 'app/helpers/renalware/dropdown_button_helper.rb', line 7

def dropdown_btn_item(**options)
  DropdownButtonItem.new(options).to_html
end