Browse the files and source code related to this component
The Callout component is used to draw attention to important information.
Anatomy
Usage Guidelines
The nature of the information displayed in a callout could be a system message, alert, or anything that needs to be highlighted. Editors should select the context of the callout based on the nature of the information.
When deciding what context to use, please take the following into consideration:
Default context is meant to highlight information users should take note of, even when skimming
Info context is meant to convey crucial information necessary for users to succeed
Positive context is good for optional information to help a user be more successful or to display a positive status message
Negative context is reserved for critical content demanding immediate user attention due to potential risks, such as warnings and urgent advisories
Overuse of "higher priority" contexts like negative can condition users to ignore them, so choose the context of your callout carefully.
Implementation
This component is available in WordPress as the “Callout” block. It is a UA block supported by the Division of Strategic Communications.
Callout
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
React Component Props
text string (required)
The text to display on the call to action
href string (required)
The CTA destination
newTab boolean
Determines if the CTA will open in a new tab (default: false)
presence string [subtle]
Determines the presence of the CTA (default: default). Subtle is used for less important actions.
justify string [start, end, center]
Determines the horizontal justification of the CTA
className string
Additional classes to be added to the CTA wrapper
Variants
Informative
Info Note
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Positive
check mark Success
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Negative
exclamation Warning
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.