/*! ========================================================= * Argon Dashboard React - v1.2.4 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-react * Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ // reactstrap components import { Card, CardBody, CardTitle, Container, Row, Col } from "reactstrap"; const Header = () => { return ( <>
{/* Card stats */}
Traffic 350,897

3.48% {" "} Since last month

New users 2,356

3.48% {" "} Since last week

Sales 924

1.10% {" "} Since yesterday

Performance 49,65%

12% {" "} Since last month

); }; export default Header;