Movatterモバイル変換


[0]ホーム

URL:


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

CoreUI © 2020 creativeLabs.core-logo

[8]ページ先頭

©2009-2025 Movatter.jp