Class: RUI::Text::Small

Inherits:
Base
  • Object
show all
Defined in:
lib/rui/text.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RUI::Base

Instance Method Details

#view_templateObject



17
18
19
# File 'lib/rui/text.rb', line 17

def view_template
  p(class: "text-sm text-zinc-700 mb-4", **@attrs) { yield }
end