sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.72k stars 176 forks source link

Label option not working #14

Closed biswajit-paul closed 5 years ago

biswajit-paul commented 5 years ago

I followed same instructions mentioned in https://github.com/sandoche/Darkmode.js. But somehow label is not working.

Demo: https://codepen.io/johndoe007/pen/gNdOrN

hexandcube commented 5 years ago

Replace:

new Darkmode().showWidget( options );

with:

const darkmode = new Darkmode(options);
darkmode.showWidget();
mcnaveen commented 4 years ago

Still same issue buddy :cry:

Code: Selection_012

In Browser Selection_013