Last active
October 17, 2021 13:43
-
-
Save acoyfellow/51114d0d3b719d48311c9aeec8391366 to your computer and use it in GitHub Desktop.
Details + Tachyons example https://test.phonesites.com/dropdown-test
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
<details class="pv1 ph2 ph4-ns mw6 center cf tc"> | |
<summary class="bg-blue link relative button-reset pv3 white db tc ba b--transparent bg-animate pointer w-100 br2 fw8"> | |
Details | |
</summary> | |
<ul class="list pl0 ml0 center mw6 ba b--light-silver br3"> | |
<li class="ph3 pv2 bb b--light-silver"> | |
<a href="#">Top Option</a> | |
</li> | |
<li class="ph3 pv2 bb b--light-silver"> | |
<a href="#">Middle Option(s)</a> | |
</li> | |
<li class="ph3 pv2"> | |
<a href="#">Bottom Option</a> | |
</li> | |
</ul> | |
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment