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.

Revisions

  1. OlympuJupiter created this gist Aug 16, 2022.
    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>