Last active
August 30, 2019 10:34
-
-
Save fchristant/dbf65a7bcc882ea4729112f8b382192b to your computer and use it in GitHub Desktop.
Silva Dropdown Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div data-component data-component-module="dropdown" data-component-init data-open="false" data-component-id="photos_nav_popular_single" class="c_dropdown"> | |
<div class="c_dropdown__trigger" data-trigger> | |
<span>Popular</span> | |
<em class="c_dropdown__trigger-icon <?= $this->ui->iconclass ?> fa-angle-down" data-icon-toggle="true" data-icon-closed="angle-down" data-icon-open="angle-up"></em> | |
<div class="c_dropdown__target" data-target> | |
<ul class="c_dropdown__target-menu"> | |
<li><a href="#">All time</a></li> | |
<li><a href="#">This month</a></li> | |
<li><a href="#">This week</a></li> | |
<li><a href="#">Today</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment