<ButtonThemeToggle />

The ButtonThemeToggle component is used to change between dark and light mode.

The component is located in the @/components/global/Button/ThemeToggle directory. To use the component, import it into your file:

import ButtonThemeToggle from '/components/global/Button/ThemeToggle';

Usage

To use the component, add it to your template:

<ButtonThemeToggle />

Events

Config

For configuration's component, visit Config documentation.