module NfgUi::Components::Traits::Nav
Access to pre-designed traits
Constants
- TRAITS
Public Instance Methods
fill_trait()
click to toggle source
# File lib/nfg_ui/components/traits/nav.rb, line 16 def fill_trait options[:fill] = true end
justify_trait()
click to toggle source
# File lib/nfg_ui/components/traits/nav.rb, line 20 def justify_trait options[:justify] = true end
tabs_trait()
click to toggle source
# File lib/nfg_ui/components/traits/nav.rb, line 12 def tabs_trait options[:tabs] = true end