Class: Uistiti::Alpha::Navbar

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/uistiti/alpha/navbar.rb

Instance Method Summary collapse

Constructor Details

#initialize(color:) ⇒ Navbar

Returns a new instance of Navbar.



9
10
11
12
13
# File 'app/components/uistiti/alpha/navbar.rb', line 9

def initialize(color:)
  super()
   
  @color = color        
end