Module: GovukDesignSystem::InsetTextHelper
- Defined in:
- app/helpers/govuk_design_system/inset_text_helper.rb
Overview
Instance Method Summary collapse
Instance Method Details
#govukInsetText(kwargs = {}, &block) ⇒ Object
4 5 6 7 |
# File 'app/helpers/govuk_design_system/inset_text_helper.rb', line 4 def govukInsetText(kwargs = {}, &block) kwargs[:block] = block render "components/govuk_inset_text", **kwargs end |