{% import 'components/panel.html' as panel %}
$') %}
{% endcall %}
{% call panel.component(title='Range', description='Set up range with negative values.') %}
{% endcall %}
{% call panel.component(title='Step', description='Set up range with negative values and steps.') %}
{% endcall %}
{% call panel.component(title='Fractional', description='Force fractional values, using fractional step 0.1.') %}
{% endcall %}
{% call panel.component(title='Custom', description='Set up you own numbers.') %}
{% endcall %}
{% call panel.component(title='Date', description='Values array could be anything, even strings.') %}
{% endcall %}
{% call panel.component(title='Prettify', description='Improve readability of big numbers.') %}
{% endcall %}
{% call panel.component(title='Decorating', description='Adding currency symbol and + symbol to the maximum number.') %}
{% endcall %}
{% call panel.component(title='Decorating', description='Using prefix and postfix at the same time.') %}
{% endcall %}