Module: TurboMaterial::ChipSetHelper

Defined in:
app/helpers/turbo_material/chip_set_helper.rb

Instance Method Summary collapse

Instance Method Details

#material_chip(kwargs = {}) ⇒ Object



7
8
9
# File 'app/helpers/turbo_material/chip_set_helper.rb', line 7

def material_chip(kwargs = {})
  render "components/chip", **kwargs
end

#material_chip_set(kwargs = {}) ⇒ Object



3
4
5
# File 'app/helpers/turbo_material/chip_set_helper.rb', line 3

def material_chip_set(kwargs = {})
  render "components/chip_set", **kwargs
end