Call Out

The Call Out component displays a decorative image alongside a piece of highlighted text content.

Please note, the image used should not be important to the page content, because it will always be obscured by the text content to some degree.

⚠️ This component only supports link based actions right now.

Props

NameTypeDefaultDescription
childenReact.ReactNodeThe call out content. Actions should be specified via the actions prop.
mediaReact.ReactNodeThe call out media. Usually, this should use the provided Image component.
reduceOverlapbooleanReduce the portion of the image that is overlapped by the content.
actionsAction[]An array of actions to be applied.

Usage

Reduce overlap