3 4 5
# File 'app/helpers/nitro_kit/dropdown_helper.rb', line 3 def nk_dropdown(**attrs, &block) render(NitroKit::Dropdown.new(**attrs), &block) end