Package-level declarations

Types

Link copied to clipboard
enum Theme : Enum<Theme>

Tailwindcss color themes.

Link copied to clipboard

Color theme manager.

Link copied to clipboard
open class ThemeSwitcher(title: String? = "Switch color theme", autoIcon: String = "fas fa-circle-half-stroke", lightIcon: String = "fas fa-moon", darkIcon: String = "fas fa-sun", 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", autoIcon: String = "fas fa-circle-half-stroke", lightIcon: String = "fas fa-moon", darkIcon: String = "fas fa-sun", round: Boolean = false, disabled: Boolean = false, className: String? = null, init: ThemeSwitcher.() -> Unit? = null): ThemeSwitcher

DSL builder extension function.