Class: RUI::Card::Footer

Inherits:
Base
  • Object
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

#actionsObject



67
68
69
# File 'lib/rui/card.rb', line 67

def actions(&)
  render Actions.new(&)
end

#view_templateObject



63
64
65
# File 'lib/rui/card.rb', line 63

def view_template(&)
  footer(class: "flex flex-row justify-end items-center gap-4 px-4", &)
end