module NfgUi::Components::Traits::Navbar
Access to pre-designed traits
Constants
- TRAITS
Public Instance Methods
white_trait()
click to toggle source
# File lib/nfg_ui/components/traits/navbar.rb, line 12 def white_trait maybe_update_option(:light, value: true) maybe_update_option(:theme, value: :white) end