Sha256: 19a901d4b2fc81df1299d92c7c56da6b7c18607340a73889828920c76f22d49a
Contents?: true
Size: 463 Bytes
Versions: 130
Compression:
Stored size: 463 Bytes
Contents
# frozen_string_literal: true module NfgUi module Bootstrap module Components # Media Object Layout Component # https://getbootstrap.com/docs/4.1/layout/media-object/ class MediaObject < NfgUi::Bootstrap::Components::Base def component_css_class '' end def component_family :media end def render (block_given? ? yield : body) end end end end end
Version data entries
130 entries across 130 versions & 1 rubygems