There are plenty of shadows available, see our theme index.ts
file for all the available values.
import { Box } from '@marvelapp/ui';
<Box boxShadow="card.default"></Box>
<Box boxShadow="card.defaultDarker"></Box>
<Box boxShadow="card.selected"></Box>
<Box boxShadow="card.raised"></Box>
<Box boxShadow="popover.default"></Box>
<Box boxShadow="popover.raised"></Box>
Edit the shadows
array in our theme index.ts
file
See Box for all the available properties.