{# ========================================================================= #}
{# :: Info #}
{# ========================================================================= #}
{% set info %}

This component is used to represent a category and is mainly used in the FAQ
page

{% endset %}

{# ========================================================================= #}
{# :: Modifiers #}
{# ========================================================================= #}
{# {% set modifiers %}

{% endset %} #}

{# ========================================================================= #}
{# :: States #}
{# ========================================================================= #}
{% set states %}

- is-active

  will give the component an active state

{% endset %}

