Class: Maglove::Widget::Paragraph
- Defined in:
- lib/maglove/widget/paragraph.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from V2
Methods inherited from Base
#initialize, #render, #style_string, #widget_options
Constructor Details
This class inherits a constructor from Maglove::Widget::Base
Instance Method Details
#defaults ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/maglove/widget/paragraph.rb', line 8 def defaults { align: "left", size: "md", drop_cap: nil, drop_cap_color: "#000000", line_height: nil } end |
#identifier ⇒ Object
4 5 6 |
# File 'lib/maglove/widget/paragraph.rb', line 4 def identifier "paragraph" end |