React Callout Component
Callout
React callout component provides presentation of content in a visually distinct manner. Includes a heading, icon and typically text-based content.
Available in Other JavaScript Frameworks
CoreUI React Callout Component is also available for Angular, Bootstrap, and Vue. Explore framework-specific implementations below:
Examples#
Callout component is prepared for any length of text, as well as an optional elements like icons, headings, etc. For a styling, use one of the required contextual props (e.g., color="success").
Conveying meaning to assistive technologies
Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the .visually-hidden class.
API#
Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here.