{% import 'components/panel.html' as panel %}

{{ title }}

{% call panel.component(title='Basic', description='Easy to use, flexible and responsive range slider with skin support. Please read the official plugin documentation for a full list of options.') %} {% endcall %} {% call panel.component(title='Advanced', description='Set type to double, specify range, show grid and add a prefix $') %} {% 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 %}