• 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

Callout

Simple callout component.


Usage

Example

New Clients
9,123
Recurring Clients
22,643

Script


  return (
    <div>
      <CRow>
         <CCol col="12" sm="6">
           <CCallout color="info" className={'bg-secondary'}>
             <small className="text-muted">New Clients</small><br />
             <strong className="h4">9,123</strong>
           </CCallout>
         </CCol>
         <CCol col="12" sm="6">
           <CCallout color="danger" className={'bg-white'}>
             <small className="text-muted">Recurring Clients</small><br />
             <strong className="h4">22,643</strong>
           </CCallout>
         </CCol>
       </CRow>
     </div>
  )
  


# Callout API

NameRequiredTypeDefault Value
classNamestring
user classes for the main HTML tag
innerRef(object | Function | string)
ref to the main tag
colorstring
defines the background color

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