| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549 |
- import React, { lazy } from 'react';
- import {
- CBadge,
- CButton,
- CButtonGroup,
- CCard,
- CCardBody,
- CCardFooter,
- CCardHeader,
- CCol,
- CProgress,
- CRow,
- CCallout
- } from '@coreui/react';
- import CIcon from '@coreui/icons-react';
- import PDFEngine from 'PDFEngine';
-
- import MainChartExample from '../charts/MainChartExample.js';
- const WidgetsDropdown = lazy(() => import('../widgets/WidgetsDropdown.js'))
-
-
- const DemoComponent8 = () => {
-
- const exec = () =>
- {
- PDFEngine();
- window.print();
- }
- return (
- <>
- <div code="br-hide" style={{ display: 'flex', flexDirection: 'row', border: '1px solid #dedede', width: '50%', height: '200px', backgroundColor: 'white', padding: '5px', borderRadius: '10px' }}>
- <div style={{ backgroundColor: 'white', minHeight: '100%', width: '50%', padding: '2px', margin: '5px' }}>
- <div style={{ backgroundColor: 'white', width: '50%', padding: '2px', marginBottom: '20px' }}>
- <h4>PDFEngine</h4>
- </div>
- <div style={{ display: 'flex', flexDirection: 'row', marginLeft: '10px' }}>
- <button style={{ marginLeft: '5px' }} className=" btn btn-primary" onClick={exec}>Execute</button>
- </div>
- </div>
- <div style={{ backgroundColor: 'white', minHeight: '100%', width: '50%', padding: '5px' }}>
- </div>
- </div>
- <br/>
- <br/>
- <WidgetsDropdown />
- <CCard>
- <CCardBody>
- <CRow>
- <CCol sm="5">
- <h4 id="traffic" className="card-title mb-0">Traffic</h4>
- <div className="small text-muted">November 2017</div>
- </CCol>
- <CCol sm="7" className="d-none d-md-block">
- <CButton color="primary" className="float-right">
- <CIcon name="cil-cloud-download" />
- </CButton>
- <CButtonGroup className="float-right mr-3">
- {
- ['Day', 'Month', 'Year'].map(value => (
- <CButton
- color="outline-secondary"
- key={value}
- className="mx-0"
- active={value === 'Month'}
- >
- {value}
- </CButton>
- ))
- }
- </CButtonGroup>
- </CCol>
- </CRow>
- <MainChartExample style={{ height: '300px', marginTop: '40px' }} />
- </CCardBody>
- <CCardFooter>
- <CRow className="text-center">
- <CCol md sm="12" className="mb-sm-2 mb-0">
- <div className="text-muted">Visits</div>
- <strong>29.703 Users (40%)</strong>
- <CProgress
- className="progress-xs mt-2"
- precision={1}
- color="success"
- value={40}
- />
- </CCol>
- <CCol md sm="12" className="mb-sm-2 mb-0 d-md-down-none">
- <div className="text-muted">Unique</div>
- <strong>24.093 Users (20%)</strong>
- <CProgress
- className="progress-xs mt-2"
- precision={1}
- color="info"
- value={40}
- />
- </CCol>
- <CCol md sm="12" className="mb-sm-2 mb-0">
- <div className="text-muted">Pageviews</div>
- <strong>78.706 Views (60%)</strong>
- <CProgress
- className="progress-xs mt-2"
- precision={1}
- color="warning"
- value={40}
- />
- </CCol>
- <CCol md sm="12" className="mb-sm-2 mb-0">
- <div className="text-muted">New Users</div>
- <strong>22.123 Users (80%)</strong>
- <CProgress
- className="progress-xs mt-2"
- precision={1}
- color="danger"
- value={40}
- />
- </CCol>
- <CCol md sm="12" className="mb-sm-2 mb-0 d-md-down-none">
- <div className="text-muted">Bounce Rate</div>
- <strong>Average Rate (40.15%)</strong>
- <CProgress
- className="progress-xs mt-2"
- precision={1}
- value={40}
- />
- </CCol>
- </CRow>
- </CCardFooter>
- </CCard>
-
- <CRow>
- <CCol>
- <CCard>
- <CCardHeader>
- Traffic {' & '} Sales
- </CCardHeader>
- <CCardBody>
- <CRow>
- <CCol xs="12" md="6" xl="6">
-
- <CRow>
- <CCol sm="6">
- <CCallout color="info">
- <small className="text-muted">New Clients</small>
- <br />
- <strong className="h4">9,123</strong>
- </CCallout>
- </CCol>
- <CCol sm="6">
- <CCallout color="danger">
- <small className="text-muted">Recurring Clients</small>
- <br />
- <strong className="h4">22,643</strong>
- </CCallout>
- </CCol>
- </CRow>
-
- <hr className="mt-0" />
-
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Monday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="34" />
- <CProgress className="progress-xs" color="danger" value="78" />
- </div>
- </div>
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Tuesday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="56" />
- <CProgress className="progress-xs" color="danger" value="94" />
- </div>
- </div>
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Wednesday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="12" />
- <CProgress className="progress-xs" color="danger" value="67" />
- </div>
- </div>
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Thursday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="43" />
- <CProgress className="progress-xs" color="danger" value="91" />
- </div>
- </div>
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Friday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="22" />
- <CProgress className="progress-xs" color="danger" value="73" />
- </div>
- </div>
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Saturday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="53" />
- <CProgress className="progress-xs" color="danger" value="82" />
- </div>
- </div>
- <div className="progress-group mb-4">
- <div className="progress-group-prepend">
- <span className="progress-group-text">
- Sunday
- </span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="info" value="9" />
- <CProgress className="progress-xs" color="danger" value="69" />
- </div>
- </div>
- <div className="legend text-center">
- <small>
- <sup className="px-1"><CBadge shape="pill" color="info"> </CBadge></sup>
- New clients
-
- <sup className="px-1"><CBadge shape="pill" color="danger"> </CBadge></sup>
- Recurring clients
- </small>
- </div>
- </CCol>
-
- <CCol xs="12" md="6" xl="6">
-
- <CRow>
- <CCol sm="6">
- <CCallout color="warning">
- <small className="text-muted">Pageviews</small>
- <br />
- <strong className="h4">78,623</strong>
- </CCallout>
- </CCol>
- <CCol sm="6">
- <CCallout color="success">
- <small className="text-muted">Organic</small>
- <br />
- <strong className="h4">49,123</strong>
- </CCallout>
- </CCol>
- </CRow>
-
- <hr className="mt-0" />
- <div className="progress-group mb-4">
- <div className="progress-group-header">
- <CIcon className="progress-group-icon" name="cil-user" />
- <span className="title">Male</span>
- <span className="ml-auto font-weight-bold">43%</span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="warning" value="43" />
- </div>
- </div>
- <div className="progress-group mb-5">
- <div className="progress-group-header">
- <CIcon className="progress-group-icon" name="cil-user-female" />
- <span className="title">Female</span>
- <span className="ml-auto font-weight-bold">37%</span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="warning" value="37" />
- </div>
- </div>
- <div className="progress-group">
- <div className="progress-group-header">
- <CIcon className="progress-group-icon" name="cil-globe-alt" />
- <span className="title">Organic Search</span>
- <span className="ml-auto font-weight-bold">191,235 <span className="text-muted small">(56%)</span></span>
- </div>
- <div className="progress-group-bars">
- <CProgress className="progress-xs" color="success" value="56" />
- </div>
- </div>
-
- <div className="divider text-center">
- <CButton color="link" size="sm" className="text-muted">
- <CIcon name="cil-options" />
- </CButton>
- </div>
-
- </CCol>
- </CRow>
- </CCardBody>
- </CCard>
- </CCol>
- </CRow>
- <CRow>
- <CCol>
- <CCard>
- <CCardBody>
- <div>
- <br />
- <table className="table table-hover table-outline mb-0 d-sm-table" >
- <thead className="thead-light">
- <tr>
- <th className="text-center"><CIcon name="cil-people" /></th>
- <th>User</th>
- <th className="text-center">Country</th>
- <th>Usage</th>
- <th className="text-center">Payment Method</th>
- <th>Activity</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td className="text-center">
- <div className="c-avatar">
- <img src={'avatars/1.jpg'} className="c-avatar-img" alt="[email protected]" />
- <span className="c-avatar-status bg-success"></span>
- </div>
- </td>
- <td>
- <div>Yiorgos Avraamu</div>
- <div className="small text-muted">
- <span>New</span> | Registered: Jan 1, 2015
- </div>
- </td>
- <td className="text-center">
- <CIcon height={25} name="cif-us" title="us" id="us" />
- </td>
- <td>
- <div className="clearfix">
- <div className="float-left">
- <strong>50%</strong>
- </div>
- <div className="float-right">
- <small className="text-muted">Jun 11, 2015 - Jul 10, 2015</small>
- </div>
- </div>
- <CProgress className="progress-xs" color="success" value="50" />
- </td>
- <td className="text-center">
- <CIcon height={25} name="cib-cc-mastercard" />
- </td>
- <td>
- <div className="small text-muted">Last login</div>
- <strong>10 sec ago</strong>
- </td>
- </tr>
- <tr>
- <td className="text-center">
- <div className="c-avatar">
- <img src={'avatars/2.jpg'} className="c-avatar-img" alt="[email protected]" />
- <span className="c-avatar-status bg-danger"></span>
- </div>
- </td>
- <td>
- <div>Avram Tarasios</div>
- <div className="small text-muted">
-
- <span>Recurring</span> | Registered: Jan 1, 2015
- </div>
- </td>
- <td className="text-center">
- <CIcon height={25} name="cif-br" title="br" id="br" />
- </td>
- <td>
- <div className="clearfix">
- <div className="float-left">
- <strong>10%</strong>
- </div>
- <div className="float-right">
- <small className="text-muted">Jun 11, 2015 - Jul 10, 2015</small>
- </div>
- </div>
- <CProgress className="progress-xs" color="info" value="10" />
- </td>
- <td className="text-center">
- <CIcon height={25} name="cib-cc-visa" />
- </td>
- <td>
- <div className="small text-muted">Last login</div>
- <strong>5 minutes ago</strong>
- </td>
- </tr>
- <tr>
- <td className="text-center">
- <div className="c-avatar">
- <img src={'avatars/3.jpg'} className="c-avatar-img" alt="[email protected]" />
- <span className="c-avatar-status bg-warning"></span>
- </div>
- </td>
- <td>
- <div>Quintin Ed</div>
- <div className="small text-muted">
- <span>New</span> | Registered: Jan 1, 2015
- </div>
- </td>
- <td className="text-center">
- <CIcon height={25} name="cif-in" title="in" id="in" />
- </td>
- <td>
- <div className="clearfix">
- <div className="float-left">
- <strong>74%</strong>
- </div>
- <div className="float-right">
- <small className="text-muted">Jun 11, 2015 - Jul 10, 2015</small>
- </div>
- </div>
- <CProgress className="progress-xs" color="warning" value="74" />
- </td>
- <td className="text-center">
- <CIcon height={25} name="cib-stripe" />
- </td>
- <td>
- <div className="small text-muted">Last login</div>
- <strong>1 hour ago</strong>
- </td>
- </tr>
- <tr>
- <td className="text-center">
- <div className="c-avatar">
- <img src={'avatars/4.jpg'} className="c-avatar-img" alt="[email protected]" />
- <span className="c-avatar-status bg-secondary"></span>
- </div>
- </td>
- <td>
- <div>Enéas Kwadwo</div>
- <div className="small text-muted">
- <span>New</span> | Registered: Jan 1, 2015
- </div>
- </td>
- <td className="text-center">
- <CIcon height={25} name="cif-fr" title="fr" id="fr" />
- </td>
- <td>
- <div className="clearfix">
- <div className="float-left">
- <strong>98%</strong>
- </div>
- <div className="float-right">
- <small className="text-muted">Jun 11, 2015 - Jul 10, 2015</small>
- </div>
- </div>
- <CProgress className="progress-xs" color="danger" value="98" />
- </td>
- <td className="text-center">
- <CIcon height={25} name="cib-paypal" />
- </td>
- <td>
- <div className="small text-muted">Last login</div>
- <strong>Last month</strong>
- </td>
- </tr>
- <tr>
- <td className="text-center">
- <div className="c-avatar">
- <img src={'avatars/5.jpg'} className="c-avatar-img" alt="[email protected]" />
- <span className="c-avatar-status bg-success"></span>
- </div>
- </td>
- <td>
- <div>Agapetus Tadeáš</div>
- <div className="small text-muted">
- <span>New</span> | Registered: Jan 1, 2015
- </div>
- </td>
- <td className="text-center">
- <CIcon height={25} name="cif-es" title="es" id="es" />
- </td>
- <td>
- <div className="clearfix">
- <div className="float-left">
- <strong>22%</strong>
- </div>
- <div className="float-right">
- <small className="text-muted">Jun 11, 2015 - Jul 10, 2015</small>
- </div>
- </div>
- <CProgress className="progress-xs" color="info" value="22" />
- </td>
- <td className="text-center">
- <CIcon height={25} name="cib-google-pay" />
- </td>
- <td>
- <div className="small text-muted">Last login</div>
- <strong>Last week</strong>
- </td>
- </tr>
- <tr>
- <td className="text-center">
- <div className="c-avatar">
- <img src={'avatars/6.jpg'} className="c-avatar-img" alt="[email protected]" />
- <span className="c-avatar-status bg-danger"></span>
- </div>
- </td>
- <td>
- <div>Friderik Dávid</div>
- <div className="small text-muted">
- <span>New</span> | Registered: Jan 1, 2015
- </div>
- </td>
- <td className="text-center">
- <CIcon height={25} name="cif-pl" title="pl" id="pl" />
- </td>
- <td>
- <div className="clearfix">
- <div className="float-left">
- <strong>43%</strong>
- </div>
- <div className="float-right">
- <small className="text-muted">Jun 11, 2015 - Jul 10, 2015</small>
- </div>
- </div>
- <CProgress className="progress-xs" color="success" value="43" />
- </td>
- <td className="text-center">
- <CIcon height={25} name="cib-cc-amex" />
- </td>
- <td>
- <div className="small text-muted">Last login</div>
- <strong>Yesterday</strong>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </CCardBody>
- </CCard>
- </CCol>
- </CRow>
- </>
- );
- }
- export default DemoComponent8;
|