Module: NitroKit::AlertHelper

Includes:
Variants
Defined in:
app/helpers/nitro_kit/alert_helper.rb

Instance Method Summary collapse

Methods included from Variants

included

Instance Method Details

#nk_alert(**attrs, &block) ⇒ Object



5
6
7
# File 'app/helpers/nitro_kit/alert_helper.rb', line 5

def nk_alert(**attrs, &block)
  render(Alert.from_template(**attrs), &block)
end