Created
September 25, 2025 07:21
-
-
Save shredthaGNAR/f677d356b203dced9e4d1f15f3c1a56a to your computer and use it in GitHub Desktop.
Crypto Converter ⚡ Widget
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
| <!-- 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