3 4 5
# File 'app/helpers/nitro_kit/card_helper.rb', line 3 def nk_card(**attrs, &block) render(Card.new(**attrs), &block) end