dark-light-theme
v1.0.1
Published
An npm package with built in navbar and dark and light mode toggler
Downloads
4
Readme
Dark Light Theme ----- an npm package
Hi! I'm Priyojit, an aspiring coder and frontend developer, i have build an npm package which helps in enabling dark and light mode ,with easy integration in your website.Do use and leave a feedback!
How to use?
Follow these steps:
Initialise your react project with npm create vite@latest.
npm i dark-light-theme in project terminal.
In App.js import DarkLight from 'dark-light-theme';
Render the DarkLight component in App.js
return ( <> < DarkLight /> </> )
- You are ready to experience Dark Light mode with this package.
Do leave a Feedback for me
Happy Coding