dev-widget
Version:
Unofficial Widget of DEV
15 lines • 788 B
HTML
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DEV Card</title>
</head>
<body style="padding: 20px;">
<dev-widget data-username="saurabhdaware"></dev-widget>
<dev-widget data-username="saurabhdaware" data-theme="ocean" data-sortby="reactions"></dev-widget>
<dev-widget data-username="saurabhdaware" data-theme="pink"></dev-widget>
<dev-widget data-username="saurabhdaware" data-theme="dark"></dev-widget>
<dev-widget data-username="saurabhdaware" data-width="300px" data-contentheight="200px" data-theme="cobalt2"></dev-widget>
<script src="card.component.mjs" type="module"></script>
<!-- <script src="https://unpkg.com/dev-widget@^1/dist/card.component.min.mjs" type="module"></script> -->
</body>
</html>