Module: Formular::Element::Foundation6::InputGroup::WrappedGroup

Includes:
Module, Modules::Wrapped
Included in:
Formular::Element::Foundation6::InputGroup
Defined in:
lib/formular/element/foundation6/input_group.rb

Constant Summary

Constants included from HtmlEscape

HtmlEscape::HTML_ESCAPE, HtmlEscape::HTML_ESCAPE_ONCE_REGEXP, HtmlEscape::HTML_ESCAPE_REGEXP

Instance Method Summary collapse

Methods included from HtmlEscape

#html_escape, #html_escape_once

Methods included from Module

included

Instance Method Details

#wrapper(&block) ⇒ Object



12
13
14
# File 'lib/formular/element/foundation6/input_group.rb', line 12

def wrapper(&block)
  builder.fieldset(Attributes[options[:wrapper_options]], &block)
end