Popover
React popovers component to adding iPhone and iPad like popovers to any element on your page.
Usage
Example
Script
return ( <div> <CPopover header="Popover header" content="Popover text"> <a href="#"> Popover example </a> </CPopover> </div> )
# Popover API
Name | Required | Type | Default Value |
---|---|---|---|
children | any | ||
children components | |||
content | (string | any) | ||
body content | |||
header | (string | any) | ||
header content |