{{#freestyle-usage 'timeline' title="Simple Timeline"}}
  1. {{moment-format yesterday "MMMM D, YYYY"}}
  2. Object number one
  3. Object number two
  4. {{moment-format today "MMMM D, YYYY"}}
  5. Object number three
{{/freestyle-usage}} {{#freestyle-annotation}}

Timelines are a combination of objects and notes. Objects compose with boxed sections to create structure.

Timeline notes should be used sparingly when possible. In this example there is a note per day rather than a note per object.

{{/freestyle-annotation}} {{#freestyle-usage 'timeline-intricate' title="Detailed Timeline"}}
  1. {{moment-format today "MMMM D, YYYY"}}
  2. Running Stable a387e243 Submitted {{moment-from-now (now)}}
  3. Complete Expired b3220efb Submitted {{moment-format yesterday}}
  4. {{moment-format yesterday "MMMM D, YYYY"}}
  5. Failed Reverted fec9218e Submitted {{moment-format yesterday}}
{{/freestyle-usage}} {{#freestyle-usage 'timeline-toggles' title='Toggling Timeline Objects'}}
  1. {{moment-format today "MMMM D, YYYY"}}
  2. Running Stable a387e243
    {{#if toggle1}}

    Some details for the timeline object.

    {{/if}}
  3. {{moment-format yesterday "MMMM D, YYYY"}}
  4. Complete Expired b3220efb
    {{#if toggle2}}

    Some details for the timeline object.

    {{/if}}
{{/freestyle-usage}} {{#freestyle-usage 'timeline-emphasis' title='Emphasizing a Timeline Object'}}
  1. {{moment-format today "MMMM D, YYYY"}}
  2. Stable a387e243 Submitted {{moment-from-now (now)}}
  3. Pay attention here
    Expired b3220efb Submitted {{moment-format yesterday}}
  4. {{moment-format yesterday "MMMM D, YYYY"}}
  5. Reverted fec9218e Submitted {{moment-format yesterday}}
{{/freestyle-usage}} {{#freestyle-annotation}} By using a full boxed-section for an emphasized timeline object, the object takes up more space and gets more visual weight. It also adheres to existing patterns. {{/freestyle-annotation}}