Message
Displayed with form fields, typically underneath the component they refer to.
Installation
Install
yarn add @iag/chroma-react-ui.components
Import
import { Message } from '@iag/chroma-react-ui.components';
Accessibility
Accessibility documentation(opens in new window)Information
Success
Warning
Error
Link
Used when redirecting to an external page.
Button Link
Used when triggering an action, like a modal.
Properties
Name
Description
- classNamestringAdditional CSS classes to be applied
- idstringHTML id attribute for the component
- doNotTrackbooleanInternal testing flag
- variantstringMessage variant (optional: "information", "success", "warning", "error")