Class: Practical::Views::Datatable::FilterSectionComponent::AppliedFilterComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/practical/views/datatable/filter_section_component.rb

Instance Method Summary collapse

Methods included from ElementHelper

#grab, #mix

Instance Method Details

#callObject



10
11
12
13
14
15
16
17
# File 'app/components/practical/views/datatable/filter_section_component.rb', line 10

def call
  tag.section(class: "wa-stack wa-gap-0") do
    safe_join([
      tag.strong(title),
      content
    ])
  end
end