Class: RUI::Card::Footer
- Inherits:
-
Base
- Object
- Phlex::HTML
- Base
- RUI::Card::Footer
show all
- Defined in:
- lib/rui/card.rb
Defined Under Namespace
Classes: Actions
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Constructor Details
This class inherits a constructor from RUI::Base
Instance Method Details
#actions ⇒ Object
67
68
69
|
# File 'lib/rui/card.rb', line 67
def actions(&)
render Actions.new(&)
end
|
#view_template ⇒ Object
63
64
65
|
# File 'lib/rui/card.rb', line 63
def view_template(&)
(class: "flex flex-row justify-end items-center gap-4 px-4", &)
end
|