Component library

Every component snapshot available in src/_includes/components/. Copy the include directive next to each example into your page.

Buttons

{% include "components/button-primary.html" %}
{% include "components/button-light.html" %}
{% include "components/button-danger.html" %}

Status badges

Online Warning Offline
{% include "components/badge-ok.html" %}
{% include "components/badge-warning.html" %}
{% include "components/badge-error.html" %}

Search bar

{% include "components/search-bar.html" %}

Card

Card title

Card body. Replace with real content.
{% include "components/card-basic.html" %}

Page header

Page title

Optional subtitle / description.

{% include "partials/page-header.html" %}