1.0.0 • Published 6 months ago

react-theme-switcher-phs v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Follow these steps to download it : 1. Download by writing the following command in your terminal: npm install react-theme-switcher-psh or yarn install react-theme-switcher-psh // import the necessary files 2.Import the following in your file declaration: import { ThemeSwitcher, ThemeProvider } from "react-theme-switcher-psh"; Use global the following :

function App() { return (

  <div className="App">
    <ThemeSwitcher />
  </div>
</ThemeProvider>

); }

export default App;

1.0.0

6 months ago