Package-level declarations

Types

Link copied to clipboard
enum Theme : Enum<Theme>

Tailwindcss color themes.

Link copied to clipboard

Color theme manager.

Functions

Link copied to clipboard
@Composable
fun IComponent.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, id: String? = null, content: @Composable IButton.() -> Unit = {})

The theme switcher component for Tailwindcss.

Link copied to clipboard
@Composable
fun IComponent.themeSwitcherRef(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, id: String? = null, content: @Composable IButton.() -> Unit = {}): Button

The theme switcher component for Tailwindcss, returning a reference.