Module: Klods::Components::Box
- Included in:
- Builders
- Defined in:
- lib/klods/components/box.rb
Instance Method Summary collapse
Instance Method Details
#box(a = nil, b = nil) ⇒ Object
4 5 6 7 |
# File 'lib/klods/components/box.rb', line 4 def box(a = nil, b = nil) props, children = Core.normalize_args(a, b) Core.build(tag: "div", base: "klods-box", props: props, children: children) end |