Sha256: 737e92bb56e553c5dcf2fd17b588c9a70405d83793bcd483482f5f5dffc1a542

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  module System
    class ModalComponent < ViewComponent::Base
      renders_one :prefix
      renders_one :header
      renders_one :title
      renders_one :body
      renders_one :footer
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-8.0.0.beta4 app/components/blacklight/system/modal_component.rb
blacklight-8.0.0.beta3 app/components/blacklight/system/modal_component.rb
blacklight-8.0.0.beta2 app/components/blacklight/system/modal_component.rb
blacklight-8.0.0.beta1 app/components/blacklight/system/modal_component.rb