DEV.to Widget now has a DARK Theme! and a pink theme and an ocean theme. See what's new in dev-widget v1.1.0 πŸŒ»πŸŒ‘πŸŒΈ

Saurabh Daware 🌻 - Nov 26 '19 - - Dev Community

So, a few months back I made an unofficial DEV.to Widget which lets you show off your articles on your website/blogs using just 2 lines of code! Today I finished writing and deploying a new minor version v1.1.0 which introduces a new attribute, data-theme.

Before we go, Here's how new themes look like:
DEV.to widget themes preview

Usage

To add DEV widget to your website, All you have to do is copy-paste these two lines into your code.

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

<!-- Place this before the end of body tag -->
<script src="https://unpkg.com/dev-widget@1.1.0/dist/card.component.min.mjs" type="module"></script>

and that's it! just replace your DEV.to username in data-username!

The new version lets you add data-theme attribute which has possible values of default, pink, ocean, dark.

The DEV Widget is also available as NPM module for frameworks and webpack,
npm install --save dev-widget
&
import 'dev-widget'

Codepen Demo:

Links:

GitHub: https://github.com/saurabhdaware/DEV-widget
NPM Registry: https://npmjs.org/package/dev-widget
Codepen: https://codepen.io/saurabhdaware/pen/NWWbOvv
v1.1.0 Changelogs: https://github.com/saurabhdaware/DEV-widget/releases/tag/v1.1.0

Thank you for reading 🌻 My favorite is the pink theme 🌸 which one did you like? let me know in comments :D

P.S. Now I have 10k Followers on DEV.to yay!!

. . . . . . . . . . . . . . . . . . .
Terabox Video Player