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
mdProperties
Link copied to clipboard
smProperties
Link copied to clipboard
xlProperties
Link copied to clipboard
Inheritors
BasicParams
Link copied to clipboard