Sha256: 7b161e3eaee7109382ffb908fc4360c8bf5650c8081a9eca01a2e9b9b29f6035
Contents?: true
Size: 325 Bytes
Versions: 130
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true module NfgUi module Bootstrap module Components # Bootstrap Modal Component # https://getbootstrap.com/docs/4.1/components/modal/ class ModalBody < NfgUi::Bootstrap::Components::Base def component_family :modal end end end end end
Version data entries
130 entries across 130 versions & 1 rubygems