DEV Widget Versions Save

Unofficial Widget/profile card for https://dev.to/

v1.2.0

4 years ago
  • GUI added!! https://dev-widget.netlify.com/create
  • New Theme cobalt2(by @b3u 🎉)
  • Case sensitive usernames bug fixed (Thanks @Pika1998)
  • data-contentheight attribute added to change the height of the articles container.
  • data-sortby attribute added to change the sorting of the articles (possible values: reactions, date)

v1.1.0

4 years ago
  • New attribute data-theme added This attribute lets users change the theme of the widget. Currently, the data-theme attribute has 4 possible values: default, pink, ocean, dark.
  • Accessibility bug fix (by @ynfle PR #9 )

v1.1.0-beta.1

4 years ago

v1.0.3

4 years ago

Installation using <script>

  <dev-widget data-username="saurabhdaware"></dev-widget>

<!-- Place script tag before the end of the body tag -->
<script src="https://unpkg.com/[email protected]/dist/card.component.mjs" type="module"></script>

Installation using NPM

npm install --save [email protected]