Info
An info component, which can be used to display normal messages, warnings or errors.
Usage
Demonstration
Props
mode
mode
Set the mode of the Info component. The styles can be individually overriden by background
, color
, borderColor
and titleColor
.
title
title
Set a title for the info box.
Example:
background
background
Set the background of the info box.
color
color
Set the text color.
borderColor
borderColor
Set the border color of the info box.
titleColor
titleColor
Set the title color.
Last updated