Sha256: a4aa723e86a94eae564553eb012f5790b7e3ff96bce6ec1fb2ef9f2beec8c5ab
Contents?: true
Size: 409 Bytes
Versions: 19
Compression:
Stored size: 409 Bytes
Contents
# Page Title The `page_title` component provides a simple `<h2>` tag. It's very basic but it gives you a consistent way to generate page titles that can be amended later to include any classes that you want to apply to all instances of the component. ```rspec:html subject do active_element.component.page_title 'Welcome to ActiveElement' end it { is_expected.to include 'Welcome to ActiveElement' } ```
Version data entries
19 entries across 19 versions & 1 rubygems