Sha256: 01d5557cf3326058d7ac6015ae3d9c0cab1d2f54f88968fa7e0bce7143f61c70

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module System
    class ModalComponent < Blacklight::Component
      include Blacklight::ContentAreasShim

      renders_one :prefix
      renders_one :header
      renders_one :title
      renders_one :body
      renders_one :footer
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-7.40.0 app/components/blacklight/system/modal_component.rb
blacklight-7.39.0 app/components/blacklight/system/modal_component.rb