Popover
Popover is used to display additional contextual information or actions without navigating away from the current page.
Prop | Type | Default value |
---|---|---|
Prop open | Type boolean | Default value undefined |
Prop modal | Type boolean | Default value false |
Prop side | Type 'top' | 'right' | 'bottom' | 'left' | Default value 'bottom' |
Prop showArrow | Type boolean | Default value false |
Prop showClose | Type boolean | Default value false |