class NfgUi::Components::Patterns::Modal

Modal docs coming soon

Private Instance Methods

resized?() click to toggle source
# File lib/nfg_ui/components/patterns/modal.rb, line 18
def resized?
  [:sm, :lg, :xl, :cover].include?(size)
end