Package-level declarations

Types

Link copied to clipboard
enum Theme : Enum<Theme>

Bootstrap color themes.

Link copied to clipboard

Color theme manager.

Link copied to clipboard
open class ThemeSwitcher(title: String? = "Switch color theme", style: ButtonStyle = ButtonStyle.SECONDARY, round: Boolean = false, disabled: Boolean = false, className: String? = null, init: ThemeSwitcher.() -> Unit? = null) : Button

Color theme switcher component.

Functions

Link copied to clipboard
fun Container.themeSwitcher(title: String? = "Switch color theme", style: ButtonStyle = ButtonStyle.SECONDARY, round: Boolean = false, disabled: Boolean = false, className: String? = null, init: ThemeSwitcher.() -> Unit? = null): ThemeSwitcher

DSL builder extension function.