Sha256: 9622f8065bb9cdf86cf6d365889b793d5428e148c54621450b5cbb3c318ff52b

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

module GovukDesignSystem
  module NotificationBannerHelper
    def govukNotificationBanner(kwargs = {}, &block)
      kwargs[:block] = block
      render "components/govuk_notification_banner", **kwargs
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
govuk-design-system-rails-0.10.3 app/helpers/govuk_design_system/notification_banner_helper.rb
govuk-design-system-rails-0.10.2 app/helpers/govuk_design_system/notification_banner_helper.rb
govuk-design-system-rails-0.10.1 app/helpers/govuk_design_system/notification_banner_helper.rb