Theme Switcher
open class ThemeSwitcher(title: String? = "Switch color theme", style: <Error class: unknown class> = ButtonStyle.SECONDARY, round: Boolean = false, disabled: Boolean = false, className: String? = null, init: ThemeSwitcher.() -> Unit? = null)
Color theme switcher component.
Parameters
title
switcher title
style
button style
round
use round switcher style
disabled
determines if the button is disabled on start
class Name
CSS class names
init
an initializer extension function