Sha256: 6cffc0a619e5d016183ba79bd7a28f68a40d16d0c19911dca09b0706f989c518
Contents?: true
Size: 196 Bytes
Versions: 12
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module Blacklight module System class ModalComponent < ViewComponent::Base with_content_areas :prefix, :header, :title, :body, :footer end end end
Version data entries
12 entries across 12 versions & 1 rubygems