/*! ========================================================= * 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 { Badge, Card, CardHeader, CardFooter, DropdownMenu, DropdownItem, UncontrolledDropdown, DropdownToggle, Media, Pagination, PaginationItem, PaginationLink, Progress, Table, Container, Row, UncontrolledTooltip, } from "reactstrap"; // core components import Header from "components/Headers/Header.js"; const Tables = () => { return ( <>
{/* Page content */} {/* Table */}

Card tables

Project Budget Status Users Completion
e.preventDefault()} > ... Argon Design System $2,500 USD pending
60%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... Angular Now UI Kit PRO $1,800 USD completed
100%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... Black Dashboard $3,150 USD delayed
72%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... React Material Dashboard $4,400 USD on schedule
90%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... Vue Paper UI Kit PRO $2,200 USD completed
100%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
{/* Dark table */}

Card tables

Project Budget Status Users Completion
e.preventDefault()} > ... Argon Design System $2,500 USD pending
60%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... Angular Now UI Kit PRO $1,800 USD completed
100%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... Black Dashboard $3,150 USD delayed
72%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... React Material Dashboard $4,400 USD on schedule
90%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
e.preventDefault()} > ... Vue Paper UI Kit PRO $2,200 USD completed
100%
e.preventDefault()} > e.preventDefault()} > Action e.preventDefault()} > Another action e.preventDefault()} > Something else here
); }; export default Tables;