Skip to content

Instantly share code, notes, and snippets.

@OlympuJupiter
Created August 16, 2022 09:20
Show Gist options
  • Save OlympuJupiter/5125062a5bff8513b25203ef1f29d2d6 to your computer and use it in GitHub Desktop.
Save OlympuJupiter/5125062a5bff8513b25203ef1f29d2d6 to your computer and use it in GitHub Desktop.
Crypto Converter ⚡ Widget
<!-- Website: https://co-w.io -->
<!-- Github: https://github.com/dejurin/crypto-converter-widget -->
<div style="width:380px">
<crypto-converter-widget
live
shadow
symbol
fiat="united-states-dollar"
crypto="bitcoin"
amount="1"
border-radius="0.60rem"
background-color="#383a59"
decimal-places="2"><a
href="https://cr.today/"
rel="noopener">Converter Widget</a></crypto-converter-widget>
<a href="https://co-w.io/">co-w.io</a>
<script src="https://cdn.jsdelivr.net/gh/dejurin/crypto-converter-widget/dist/latest.min.js" async></script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment