The perfect color mode for your app.
{% assign schemes = 'light,mixed,colored,dark,transparent' | split: ',' %}
{% for scheme in schemes %}
{% endfor %}
Menu position
Toggle the position of the menu.
{% assign positions = 'top,top-condensed,top-overlap,combo,left,right' | split: ',' %}
{% for position in positions %}
{% endfor %}
Menu behavior
Change the behavior of the menu.
{% assign behaviors = 'sticky,fixed,compact' | split: ',' %}
{% for behavior in behaviors %}
{% endfor %}
Layout
Toggle container layout system.
{% assign systems = 'boxed,fluid' | split: ',' %}
{% for system in systems %}
{% endfor %}