Class: Warped::Emails::Spacer
- Defined in:
- lib/warped/emails/components/spacer.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#content, #helpers, #render_in
Methods included from Styleable
#base_styles, #default_variants, included, #style, #variants
Methods included from Slottable
Instance Method Details
#template ⇒ Object
10 11 12 |
# File 'lib/warped/emails/components/spacer.rb', line 10 def template(&) tag.div(nil, style:) end |