Skip to main content

Module theme_picker

Module theme_picker 

Source
Expand description

Compact theme selector component.

Provides a dropdown selector for switching between the nature-inspired themes.

§Usage

use logicaffeine_web::ui::components::theme_picker::ThemePicker;

rsx! {
    ThemePicker {}
}

Re-exports§

pub use ThemePicker_completions::Component::ThemePicker;
pub use ThemeCycleButton_completions::Component::ThemeCycleButton;

Functions§

ThemeCycleButton
Simple theme cycle button for compact spaces.
ThemePicker
Compact theme picker with dropdown selector.