| Property | Type | Description |
|---|---|---|
children? | React.ReactNode | Content rendered in the Balloon |
direction? | BalloonDirection | Direction the balloon will go. One of: Bottom, BottomCenter, BottomLeft, BottomRight, Left, LeftCenter, Right, RightCenter, Top, TopCenter, TopLeft, TopRight |
elevation? | Elevation | Apply elevation styling to the balloon. One of: 1, 2, 3, 4, 5 |
noTail? | boolean | Hide the pointer tail. |
offsetX? | string | Offsets the balloon's position horizontally. |
offsetY? | string | Offsets the balloon's position vertically. |
show? | boolean | Show the balloon. The Balloon's behavior is controlled by the component that is using it. |
size? | BalloonSize | The width of the Balloon. A Balloon's height is determined by
its children. One of: ExtraLarge, ExtraSmall, Large, Medium, Small |
tailBackground? | Background | One of: Accent, AccentAlt, AccentAlt2, Alt, Alt2, Base, Overlay |
tailOffset? | number |