Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 789 Bytes

doge-web-components

Reusable web components for Dogecoin

Want to promote Dogecoin on your blogsite, request a tip, add a fitting Doge meme, sell a product even? Doge Components are here to make this easy for you. Browse the Doge Component Library, find some you like, add them to your webpage and voilà!

Quick and easy Within your HTML file, add a doge component and start using it.

<script type="module" src="https://fetch.dogecoin.org/doge-qr"></script>
<doge-qr address="D89DhnsgKncmN12RejxudfU8AwXp3946q1" theme="such-doge"></doge-qr>

Optionally, add the initial.css stylesheet to the head of your page to reduce FOUC (flash of unstyled content).

<link rel="stylesheet" href="https://fetch.dogecoin.org/initial.css"