Class: Ui::Menu::Item
- Includes:
- Cell::Builder
- Defined in:
- lib/ui/menu/item.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/ui/menu/item.rb', line 16 def show content_tag( :li, render_item, class: style ) end |