Package-level declarations
Types
Link copied to clipboard
interface ColorPalette
A palette that provides a standard, gradient range of colors based on some unifying color concept.
Link copied to clipboard
object ColorPalettes
A veritable rainbow of color palettes to choose from.
Link copied to clipboard
Link copied to clipboard
object ColorSchemes
Properties
Functions
Link copied to clipboard
Assuming this string represents a CSS class name, test whether it has the specified color mode suffix.
Link copied to clipboard
fun ColorMode.Companion.loadFromLocalStorage(key: String = DEFAULT_COLOR_MODE_STORAGE_KEY_NAME): ColorMode?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
For a String that represents a CSS class name, append the appropriate color mode suffix to it.
Link copied to clipboard
Assuming this string represents a CSS class name, remove its color mode suffix if it has one.