mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 13:34:37 +04:00
remove include_cached
This commit is contained in:
+15
-15
@@ -3,18 +3,18 @@ title: Dropdowns
|
||||
page-title: Dropdowns
|
||||
---
|
||||
|
||||
{% include_cached ui/dropdown-menu.html show=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true separated=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true active=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true disabled=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true header=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true icons=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true icons=true header=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true arrow=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true dark=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true dark=true separated=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true arrow=true right=true dark=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true arrow=true right=true dark=true icons=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true badge=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true check=true class="mr-3 mb-3 align-top" %}
|
||||
{% include_cached ui/dropdown-menu.html show=true radio=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true separated=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true active=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true disabled=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true header=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true icons=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true icons=true header=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true arrow=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true dark=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true dark=true separated=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true arrow=true right=true dark=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true arrow=true right=true dark=true icons=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true badge=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true check=true class="mr-3 mb-3 align-top" %}
|
||||
{% include ui/dropdown-menu.html show=true radio=true class="mr-3 mb-3 align-top" %}
|
||||
|
||||
Reference in New Issue
Block a user