Created
March 3, 2022 21:21
-
-
Save jcurbelo/7fab19f1c8c00e1bc4656c5dcbbd0d4b to your computer and use it in GitHub Desktop.
Dropkit
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
<script type="module" src="https://unpkg.com/@niftykit/components/dist/components/components.esm.js"> | |
</script> | |
<div> | |
<div class="dropkit"> | |
<h3>Mumbai</h3> | |
<nk-dropkit apikey="pu16DaU0xXCaHnH5Vj3G" dev="true"></nk-dropkit> | |
</div> | |
<div class="dropkit"> | |
<h3>Rinkeby</h3> | |
<nk-dropkit apikey="EAEWCN1AJlu4rDh8XNSQ" dev="true"></nk-dropkit> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment