Theme Switcher

Theme switcher component.

Installation

Copy the following code into your app directory.

buridan add component theme_switcher

Usage

Make sure to correctly set your imports relative to the component.

from components.base_ui.theme_switcher import theme_switcher

Example