github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/ui/app/templates/freestyle.hbs (about)

     1  <div id="styleguide">
     2    {{#freestyle-guide title='Nomad UI' subtitle='Styles and Patterns'}}
     3      {{#freestyle-section name="Theme" as |section|}}
     4        {{#section.subsection name="Font Stacks"}}
     5          {{freestyle/sg-font-stacks}}
     6        {{/section.subsection}}
     7  
     8        {{#section.subsection name="Text Sizing"}}
     9          {{freestyle/sg-font-sizing}}
    10        {{/section.subsection}}
    11  
    12        {{#section.subsection name="Colors"}}
    13          {{freestyle/sg-colors}}
    14        {{/section.subsection}}
    15      {{/freestyle-section}}
    16  
    17      {{#freestyle-section name="Components" as |section|}}
    18        {{#section.subsection name="Boxed section"}}
    19          {{freestyle/sg-boxed-section}}
    20        {{/section.subsection}}
    21  
    22        {{#section.subsection name="Breadcrumbs"}}
    23          {{freestyle/sg-breadcrumbs}}
    24        {{/section.subsection}}
    25  
    26        {{#section.subsection name="Buttons"}}
    27          {{freestyle/sg-buttons}}
    28        {{/section.subsection}}
    29  
    30        {{#section.subsection name="Diff Viewer"}}
    31        {{/section.subsection}}
    32        {{#section.subsection name="Dropdown"}}
    33        {{/section.subsection}}
    34        {{#section.subsection name="Event stream"}}
    35        {{/section.subsection}}
    36        {{#section.subsection name="Gutter navigation"}}
    37        {{/section.subsection}}
    38        {{#section.subsection name="Header"}}
    39        {{/section.subsection}}
    40        {{#section.subsection name="Inline definitions"}}
    41        {{/section.subsection}}
    42        {{#section.subsection name="JSON Viewer"}}
    43        {{/section.subsection}}
    44        {{#section.subsection name="Log Stream"}}
    45        {{/section.subsection}}
    46        {{#section.subsection name="Metric"}}
    47        {{/section.subsection}}
    48        {{#section.subsection name="Page tabs"}}
    49        {{/section.subsection}}
    50        {{#section.subsection name="Page title"}}
    51        {{/section.subsection}}
    52        {{#section.subsection name="Search box"}}
    53        {{/section.subsection}}
    54        {{#section.subsection name="Table"}}
    55        {{/section.subsection}}
    56        {{#section.subsection name="Table, Configuration"}}
    57        {{/section.subsection}}
    58      {{/freestyle-section}}
    59  
    60      {{#freestyle-section name="Charts" as |section|}}
    61        {{#section.subsection name="Distribution Bar"}}
    62          {{freestyle/sg-distribution-bar}}
    63        {{/section.subsection}}
    64  
    65        {{#section.subsection name="Jumbo Distribution Bar"}}
    66          {{freestyle/sg-distribution-bar-jumbo}}
    67        {{/section.subsection}}
    68  
    69        {{#section.subsection name="Progress Bar"}}
    70        {{/section.subsection}}
    71      {{/freestyle-section}}
    72    {{/freestyle-guide}}
    73  </div>
    74