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