Background
This context interface offers functions to style the background related CSS properties of a component.
It basically offers only two common functions to leverage the specific functions of BackgroundContext to define the real styling; one for the default media device and one for defining the background for multiple media devices.
Functions
background
Link copied to clipboard
open fun background(sm: BackgroundContext.() -> Unit? = null, md: BackgroundContext.() -> Unit? = null, lg: BackgroundContext.() -> Unit? = null, xl: BackgroundContext.() -> Unit? = null)
Content copied to clipboard
Properties
lgProperties
Link copied to clipboard
collects the properties for large screens
mdProperties
Link copied to clipboard
collects the properties for middle-sized screens
smProperties
Link copied to clipboard
collects the properties for small screens
xlProperties
Link copied to clipboard
collects the properties for extra-large screens
Inheritors
BasicParams
Link copied to clipboard