Method: Primer::Beta::NavList#with_item
- Defined in:
- app/components/primer/beta/nav_list.rb
#with_item(component_klass: Primer::Beta::NavList::Item, **system_arguments, &block) ⇒ Object
Adds an item to the list.
5 6 |
# File 'app/components/primer/beta/nav_list.rb', line 5 def with_item(component_klass: Primer::Beta::NavList::Item, **system_arguments, &block) end |