Skip to content

Instantly share code, notes, and snippets.

@cx0der
Last active October 27, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cx0der/31d8f61da4b123e27eeb73649efda15d to your computer and use it in GitHub Desktop.
Save cx0der/31d8f61da4b123e27eeb73649efda15d to your computer and use it in GitHub Desktop.
Basic structure of a select component
<div> <!-- Container -->
<span></span> <!-- Selected value -->
<ul>
<li></li> <!-- Options -->
<li></li>
<li></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment