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§
- Theme
Cycle Button - Simple theme cycle button for compact spaces.
- Theme
Picker - Compact theme picker with dropdown selector.