Shadows

Cerberus provides a set of predefined shadows that can be used in both design and development.

Usage

To apply a shadow in code, just use the shadow utility in any of your style objects.

<Box shadow="md">
This is a container with a medium shadow.
</Box>

Options

  • sm
  • md
  • lg

On this page