Shadow
This context interface offers functions to style the shadow related CSS properties of a component.
It offers functions to define box-shadow and text-shadow properties.
There are overrides for all functions that enable one to define the styling for the different media devices independently.
Functions
boxShadow
Link copied to clipboard
This function sets the box-shadow property.
textShadow
Link 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