Sha256: 0263d5b9b961f3e9d677af419269cdfa234fb73968be4e2629dfaad551aa60f6
Contents?: true
Size: 299 Bytes
Versions: 56
Compression:
Stored size: 299 Bytes
Contents
module PlutoniumUi class PanelComponent < PlutoniumUi::Base renders_many :actions option :title, optional: true private def base_attributes { classname: "p-4" } end end end Plutonium::ComponentRegistry.register :panel, to: PlutoniumUi::PanelComponent
Version data entries
56 entries across 56 versions & 1 rubygems