Skip to content

Instantly share code, notes, and snippets.

@shredthaGNAR
Created September 25, 2025 07:21
Show Gist options
  • Select an option

  • Save shredthaGNAR/f677d356b203dced9e4d1f15f3c1a56a to your computer and use it in GitHub Desktop.

Select an option

Save shredthaGNAR/f677d356b203dced9e4d1f15f3c1a56a to your computer and use it in GitHub Desktop.

Revisions

  1. shredthaGNAR created this gist Sep 25, 2025.
    7 changes: 7 additions & 0 deletions crypto-converter-widget.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Crypto Converter ⚡ Widget
    -------------------------


    A [Pen](https://codepen.io/dejurin/pen/ExgNJBg) by [Yurii De](https://codepen.io/dejurin) on [CodePen](https://codepen.io).

    [License](https://codepen.io/license/pen/ExgNJBg).
    18 changes: 18 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <!-- 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>