52 lines
2.6 KiB
Handlebars
52 lines
2.6 KiB
Handlebars
{{#freestyle-usage "page-title" title="Page Title"}}
|
|
<div class="mock-spacing">
|
|
<h1 class="title">This is the Page Title</h1>
|
|
</div>
|
|
{{/freestyle-usage}}
|
|
{{#freestyle-annotation}}
|
|
<p>In its simplest form, a page title is just an H1.</p>
|
|
{{/freestyle-annotation}}
|
|
|
|
{{#freestyle-usage "page-title-after-elements" title="Page Title with After Elements"}}
|
|
<div class="mock-spacing">
|
|
<h1 class="title">
|
|
This is the Page Title
|
|
<span class="bumper-left tag is-running">Running</span>
|
|
<span class="tag is-hollow is-small no-text-transform">237aedcb8982fe09bcee0877acedd</span>
|
|
</h1>
|
|
</div>
|
|
{{/freestyle-usage}}
|
|
{{#freestyle-annotation}}
|
|
<p>It is common to put high-impact tags and badges to the right of titles. These tags should only ever appear on the right-hand side of the title, and they should be listed in descending weights. Tags with a background are heavier than tags that are hollow. Longer values are heavier than shorter values.</p>
|
|
{{/freestyle-annotation}}
|
|
|
|
{{#freestyle-usage "page-title-with-status-light" title="Page Title with Status Light"}}
|
|
<div class="mock-spacing">
|
|
<h1 class="title">
|
|
<span class="node-status-light initializing"></span>
|
|
This is the Page Title
|
|
<span class="bumper-left tag is-running">Running</span>
|
|
<span class="tag is-hollow is-small no-text-transform">237aedcb8982fe09bcee0877acedd</span>
|
|
</h1>
|
|
</div>
|
|
{{/freestyle-usage}}
|
|
{{#freestyle-annotation}}
|
|
<p>A simple color or pattern is faster to scan than a title and can often say more than words can. For pages that have an important status component to them (e.g., client detail page), a status light can be shown to the left of the title where typically eyes will begin to scan a page.</p>
|
|
{{/freestyle-annotation}}
|
|
|
|
{{#freestyle-usage "page-title-with-actions" title="Page Title with Actions"}}
|
|
<div class="mock-spacing">
|
|
<h1 class="title">
|
|
<span class="node-status-light initializing"></span>
|
|
This is the Page Title
|
|
<span class="bumper-left tag is-running">Running</span>
|
|
<span class="tag is-hollow is-small no-text-transform">237aedcb8982fe09bcee0877acedd</span>
|
|
<button class="button is-warning is-small is-inline">If you wish</button>
|
|
<button class="button is-danger is-outlined is-important is-small is-inline">No Regrets</button>
|
|
</h1>
|
|
</div>
|
|
{{/freestyle-usage}}
|
|
{{#freestyle-annotation}}
|
|
<p>When actions apply to the entire context of a page, (e.g., job actions on the job detail page), buttons for these actions go in the page title. Buttons are always placed on the far right end of a page title. No elements can go to the right of these buttons.</p>
|
|
{{/freestyle-annotation}}
|