Module: GovukDesignSystem::HintHelper

Defined in:
app/helpers/govuk_design_system/hint_helper.rb

Instance Method Summary collapse

Instance Method Details

#govukHint(kwargs = {}) ⇒ Object



3
4
5
# File 'app/helpers/govuk_design_system/hint_helper.rb', line 3

def govukHint(kwargs = {})
  render "components/govuk_hint", **kwargs
end