The Callout
component is used to bring something to the attention of your users. It's a versatile component that can be used in a variety of ways.
The note
variant is the default variant you see in the demo above.
Offer small bits of helpful information to your users with a tip. Tips will display as a light bulb by default.
Callouts are a great way to warn users before they do something that they might not actually want to do. A warning will display as yellow with the flag icon by default.
Nitpick may be opinionated, but it's not cruel. You can adjust the icon with the icon
prop, and disable it altogether by using disableIcon
.
You can of course use the standard rootClassName
prop to add your own custom styles to the Callout
component.