You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Kelly Anyi edited this page Jul 3, 2018
·
1 revision
API
Property
Description
Type
Default
alignment
Sets the position of the popover. There are 7 alignment options available: bottomrightlefttop-righttop-leftbotton-rightbottom-left. No need to explicitly sets alignment='top' for top alignment
string
'top'
subtitle
Sets the popover subtitle/content
string
-
title
Sets the popover title
boolean
-
How to use
<Popovertitle='Title'subtitle='This is the content'alignment='top-right'><Buttontext='Hover me'/></Popover>
Note: Please ensure to pass a child node to Popover