Module: ViewComponent::DocSectionComponent
- Included in:
- UiHelper
- Defined in:
- app/helpers/view_component/doc_section_component.rb
Instance Method Summary collapse
Instance Method Details
#doc_section_component(title: '') ⇒ Object
5 6 7 8 |
# File 'app/helpers/view_component/doc_section_component.rb', line 5 def doc_section_component(title: '', &) block_content = capture(&) if block_given? render partial: 'view_components/doc_section/doc_section_component', locals: { title:, block: block_content } end |