🎨 Theme Toggle Component

Explore the usage of the ThemeToggle component to allow users to switch between different themes in your application.

ThemeToggle Component

The ThemeToggle component provides a dropdown menu for users to select different themes for the application.

Example ThemeToggle Usage
1 import ThemeToggle from '@/shared/component/ThemeToggle';
2 
3 <ThemeToggle />

ThemeToggle Props

The ThemeToggle component accepts the following props:

  • theme: An array of themes to be displayed in the dropdown.
  • title: The title text displayed on the dropdown button.
Utilize the ThemeToggle component to provide users with the option to customize the theme of your application.🚀