{% extends "layouts/base.html" %} {% block title %}Component Showcase{% endblock %} {% block meta_description %}Showcase of UI components and the generated color palette{% endblock %} {% block content %}

Design System

Showcase of the components using the dynamically generated palette

Buttons

Badges

New Draft Featured Alert

Alerts

This is an informational message.
This is a warning message.

Cards

Feature A

A short description of this system feature.

Feature B

A short description of this other feature.

Feature C

One more example card for the responsive grid.

Palette — Dark

{% for c in palette.darkcolor[1] %}
{{ c }}
{% endfor %} {% for c in palette.darkcolor[2] %}
{{ c }}
{% endfor %}

Palette — Light

{% for c in palette.lightcolor[1] %}
{{ c }}
{% endfor %} {% for c in palette.lightcolor[2] %}
{{ c }}
{% endfor %}

Palette — Bright

{% for c in palette.brightcolor[1] %}
{{ c }}
{% endfor %} {% for c in palette.brightcolor[2] %}
{{ c }}
{% endfor %}
{% endblock %}