1.0.1 • Published 1 year ago
dark-light-theme v1.0.1
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:
1) Initialise your react project with npm create vite@latest.
2) npm i dark-light-theme in project terminal.
3) In App.js import DarkLight from 'dark-light-theme';
4) Render the DarkLight component in App.js
return ( <> < DarkLight /> </> )
5) You are ready to experience Dark Light mode with this package.
Do leave a Feedback for me
Happy Coding