Class: Uistiti::Alpha::Navbar
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Uistiti::Alpha::Navbar
- Defined in:
- app/components/uistiti/alpha/navbar.rb
Instance Method Summary collapse
-
#initialize(color:) ⇒ Navbar
constructor
A new instance of Navbar.
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 |