mirror of
https://github.com/tabler/tabler.git
synced 2026-07-30 23:14:39 +04:00
cards component
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<div class="dropdown">
|
||||
<a class="dropdown-toggle" 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>
|
||||
Reference in New Issue
Block a user