Class: RUI::Text::Small
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RUI::Base
Instance Method Details
#view_template ⇒ Object
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 |