Class: PhlexUI::AlertDialog
- Defined in:
- lib/phlex_ui/alert_dialog.rb
Defined Under Namespace
Classes: Action, Cancel, Content, Description, Footer, Header, Title, Trigger
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(open: false, **attrs) ⇒ AlertDialog
constructor
A new instance of AlertDialog.
- #view_template ⇒ Object
Methods inherited from Base
Constructor Details
#initialize(open: false, **attrs) ⇒ AlertDialog
Returns a new instance of AlertDialog.
5 6 7 8 |
# File 'lib/phlex_ui/alert_dialog.rb', line 5 def initialize(open: false, **attrs) @open = open super(**attrs) end |
Instance Method Details
#view_template ⇒ Object
10 11 12 |
# File 'lib/phlex_ui/alert_dialog.rb', line 10 def view_template(&) div(**attrs, &) end |