Sha256: 2e52f4736ee0e803127cc6d8354b7d9ea12cec47ae90eba2544b949d01dcc342
Contents?: true
Size: 475 Bytes
Versions: 37
Compression:
Stored size: 475 Bytes
Contents
# frozen_string_literal: true module NfgUi module Components module Patterns # Modal docs coming soon class Modal < NfgUi::Bootstrap::Components::Modal include NfgUi::Components::Utilities::Traitable include NfgUi::Components::Utilities::Describable include NfgUi::Components::Utilities::Renderable include NfgUi::Components::Utilities::Titleable include NfgUi::Components::Traits::Size end end end end
Version data entries
37 entries across 37 versions & 1 rubygems