active_element

0.0.13
Light Mode Dark Mode

Page Section Title

Another very basic component, similar to page_title and page_subtitle.

Use this component to add a title to individual sections of your page.

subject do
  active_element.component.page_section_title 'Features'
end

it { is_expected.to include 'Features' }
<h4 class="mt-3">Features</h4>

Features


Documentation generated by rspec-documentation