Class: RUI::Card::Footer
Defined Under Namespace
Classes: Actions
Instance Method Summary collapse
Methods inherited from Base
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 |