Class: RUI::Text::Large
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RUI::Base
Instance Method Details
#view_template ⇒ Object
5 6 7 |
# File 'lib/rui/text.rb', line 5 def view_template p(class: "text-lg text-zinc-700 mb-4", **@attrs) { yield } end |