| Interface | Description |
|---|---|
| Popover.CloseHandler |
A handler to be called when closing the popover
|
| Popover.OpenHandler |
A handler to be called when opening the popover
|
| PopupPosition |
An interface for the required API to implement new position classes for popover
|
| Class | Description |
|---|---|
| Popover |
A component for showing content on top of another element in different locations.
|
| PopoverStyles |
Default CSS classes for
Popover |
| PopupPositionBestFit |
Position the popover on the better position based on the target element location in the screen.
|
| PopupPositionBottom |
Position the popover on the bottom
|
| PopupPositionLeft |
Position the popover on the left
|
| PopupPositionLeftRight |
Position the popover on the right or the left based on the location of the target element in the
screen.
|
| PopupPositionRight |
Position the popover on the right
|
| PopupPositionTop |
Position the popover on the top
|
| PopupPositionTopDown | Deprecated |
| Tooltip |
A component for showing a content when hovering over a target element
|
| TooltipStyles |
Default CSS classes for
Tooltip |
Copyright © 2019–2022 Dominokit. All rights reserved.