Module: GovukDesignSystem::LabelHelper
- Defined in:
- app/helpers/govuk_design_system/label_helper.rb
Instance Method Summary collapse
Instance Method Details
#govukLabel(kwargs = {}) ⇒ Object
3 4 5 |
# File 'app/helpers/govuk_design_system/label_helper.rb', line 3 def govukLabel(kwargs = {}) render "components/govuk_label", **kwargs end |