Class: Protos::Alert::Actions

Inherits:
Component
  • Object
show all
Defined in:
lib/protos/alert/actions.rb

Instance Method Summary collapse

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#view_templateObject

DOCS: Area for actions (e.g buttons) within an alert



8
9
10
# File 'lib/protos/alert/actions.rb', line 8

def view_template(&)
  nav(**attrs, &)
end