• Getting Started
  • Components
  • Github
  • Go pro
energyGetting started
  • Introduction
dComponents
  • Button Components
  • Grid Components
  • Input Components
  • Layout Components
  • Toast Components
  • Widget Components
  • Alert
  • Badge
  • Breadcrumb
  • Callout
  • Card
  • Carousel
  • Charts
  • Collapse
  • CreateElement
  • DataTable
  • Dropdown
  • ElementCover
  • Embed
  • Fade
  • Form
  • Icon
  • Img
  • Jumbotron
  • Link
  • ListGroup
  • Media
  • Modal
  • Nav
  • Navbar
  • Pagination
  • Popover
  • Progress
  • Spinner
  • Switch
  • Tabs
  • Toggler
  • Tooltip

Popover

React popovers component to adding iPhone and iPad like popovers to any element on your page.


Usage

Example

Popover example

Script


  return (
    <div>
      <CPopover header="Popover header" content="Popover text">
        <a href="#"> Popover example </a>
      </CPopover>
    </div>
  )
  


# Popover API

NameRequiredTypeDefault Value
childrenany
children components
content(string | any)
body content
header(string | any)
header content

  • Components
    • Usage
      • Features
      • API
CoreUI © 2020 creativeLabs.core-logo