mirror of
https://github.com/tabler/tabler.git
synced 2026-08-02 00:14:38 +04:00
11 lines
506 B
HTML
11 lines
506 B
HTML
<div class="dropdown">
|
|
<a class="dropdown-toggle text-muted" href="#" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
{{ include.value | default: 'Last 7 days' }}
|
|
</a>
|
|
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
|
|
<a class="dropdown-item active" href="#">Last 7 days</a>
|
|
<a class="dropdown-item" href="#">Last 30 days</a>
|
|
<a class="dropdown-item" href="#">Last 3 months</a>
|
|
</div>
|
|
</div>
|