Class: Practical::Views::Datatable::FilterSectionComponent::AppliedFilterComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Practical::Views::Datatable::FilterSectionComponent::AppliedFilterComponent
- Defined in:
- app/components/practical/views/datatable/filter_section_component.rb
Instance Method Summary collapse
Methods included from ElementHelper
Instance Method Details
#call ⇒ Object
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 |