Home > @uniformdev/design-system > CalloutProps
CalloutProps interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
React$1.ReactNode |
(Optional) add child elements to the callout | ||
|
SerializedStyles | string |
(Optional) sets additional css classes or emotion styles on the callout | ||
|
boolean |
(Optional) make the display of the callout compact. Suitable for small spaces false | ||
|
string |
(Optional) sets the data-testid on the callout element | ||
|
React$1.ReactNode |
(Optional) (optional) sets the title of the callout | ||
|
sets the type of callout to use and it's styles "info" |