Shadows
A set of shadow presets are available to be applied to any system component via
the shadow
or boxShadow
style prop.
<Box shadow="default">Shadow Box</Box>
Shadow
Standard shadows used to create the appearance of depth or layers.
Inset
Inset shadows are the inverse of distance
, for creating an inlay effect.
Halo
Border effects applied via CSS box-shadow
to prevent affecting the dimensions
of a container. These are usually used to indicate focus or selection.
Ring
Similar to Halo above, but thinner.