Last active
December 22, 2017 01:17
-
-
Save devonwesley/b45c6b01ecbf0c58452f8080bb881d55 to your computer and use it in GitHub Desktop.
A way to select solidity compiler versions in a ui.
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
<section class="mui-container-fluid"> | |
<div class="mui-row"> | |
<div class="mui-col-md-6"> | |
<div class="mui-select"> | |
<select id="versions"></select> | |
</div> | |
</div> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment