active_element

0.0.13
Light Mode Dark Mode

Page Subtitle

Like the page_title component, page_subtitle provides a simple heading tag.

subject do
  active_element.component.page_subtitle 'Introduction'
end

it { is_expected.to include 'Introduction' }
<h3>Introduction</h3>

Introduction


Documentation generated by rspec-documentation