Class: Ui::Menu::Item

Inherits:
Component
  • Object
show all
Includes:
Cell::Builder
Defined in:
lib/ui/menu/item.rb

Direct Known Subclasses

Callable, Submenu

Constant Summary

Constants inherited from Component

Component::VIEWPATH

Instance Method Summary collapse

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#showObject



16
17
18
19
20
21
22
# File 'lib/ui/menu/item.rb', line 16

def show
  (
    :li,
    render_item,
    class: style
  )
end