/*! ========================================================= * Argon Dashboard Chakra PRO - v1.0.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro * Copyright 2022 Creative Tim (https://www.creative-tim.com/) * Designed and Coded by Simmmple & Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ // Chakra imports import { Avatar, AvatarGroup, Badge, Box, Button, Checkbox, Flex, Grid, Icon, Image, Input, Progress, SimpleGrid, Spacer, Stack, Stat, StatLabel, StatNumber, Table, Tbody, Td, Text, Th, Thead, Tr, useColorMode, useColorModeValue, } from '@chakra-ui/react'; import avatar10 from 'assets/img/avatars/avatar10.png'; import avatar2 from 'assets/img/avatars/avatar2.png'; import avatar3 from 'assets/img/avatars/avatar3.png'; import avatar4 from 'assets/img/avatars/avatar4.png'; import avatar5 from 'assets/img/avatars/avatar5.png'; import handBg from 'assets/img/hand-background.png'; import teamsImage from 'assets/img/teams-image.png'; // Custom components import Card from 'components/Card/Card.js'; import CardBody from 'components/Card/CardBody.js'; import CardHeader from 'components/Card/CardHeader.js'; import LineChart from 'components/Charts/LineChart'; import IconBox from 'components/Icons/IconBox'; import { BitcoinLogo } from 'components/Icons/Icons'; // Custom icons import { AdobexdLogo, CartIcon, DocumentIcon, GlobeIcon, JiraLogo, RocketIcon, SettingsIcon, SlackLogo, SpotifyLogo, WalletIcon, } from 'components/Icons/Icons.js'; import { HSeparator } from 'components/Separator/Separator'; import TablesReportsRow from 'components/Tables/TablesReportsRow'; import TablesTableRow from 'components/Tables/TablesTableRow'; import React from 'react'; import { AiFillLike, AiOutlinePlus } from 'react-icons/ai'; import { FaChevronDown, FaChevronUp, FaCommentDots, FaUser, } from 'react-icons/fa'; import { IoMdShareAlt } from 'react-icons/io'; import { IoBulb } from 'react-icons/io5'; import { RiArrowDropRightLine } from 'react-icons/ri'; import { lineChartDataDefault, lineChartOptionsDefault, } from 'variables/charts'; import { tablesReportsData, tablesTableData } from 'variables/general'; export default function Default() { // Chakra Color Mode const iconBlue = useColorModeValue('blue.500', 'blue.500'); const iconBoxInside = useColorModeValue('white', 'white'); const textColor = useColorModeValue('gray.700', 'white'); const borderColor = useColorModeValue('gray.200', 'gray.600'); const cardColor = useColorModeValue('gray.800', 'navy.800'); const bgBox = useColorModeValue('gray.800', 'blue.500'); const { colorMode } = useColorMode(); return ( Today's Money $53,897 +3.48%{' '} Since last month Today's Users $3,200 +5.2%{' '} Since last month New Clients +2,503 -2.82%{' '} Since last month Total Sales $173,000 +8.12%{' '} Since last month Get started with Argon Start your development process with an innovative admin dashboard! Sales Overview (+5%) more {' '} in 2022 Team Members Esthera Jackson Online Esthera Jackson In meeting Esthera Jackson Offline Esthera Jackson Online To Do List Call with Dave 09:30 AM Brunch Meeting 11:00 AM Argon Dashboard Launch 02:00 PM Winter Hackaton 11:30 AM Progress Track React Material Dashboard Argon Design System VueJs Now UI Kit PRO Soft UI Dashboard Esthera Jackson 3 days ago Personal profiles are the perfect way for you to grab their attention and persuade recruiters to continue reading your CV because you’re telling them from the off exactly why they should hire you. 1502 36 12 and 30+ more Michael Lewis I always felt like I could do anything. That’s the main thing people are controlled by! Thoughts- their perception of themselves! 3 likes 2 shares Jessica Stones Society has put up so many boundaries, so many limitations on what’s right and wrong that it’s almost impossible to get a pure thought out. It’s like a little kid, a little boy. 10 likes 1 share Anthony Joshua It's all about work ! Great ideas mean nothing if they aren't realised by hungry, desiring people. 42 likes 6 shares {tablesReportsData .filter((_, idx) => idx < 4) .map((row, index, arr) => { return ( ); })}
Author Function Review Employed Date Id
${' '} 3,300 Your current balance +15%{' '} ($250) Orders: 60% Sales: 40% Active Address 0yx8Wkasd8uWpa083Jj81qZhs923K21 Name John Snow Sales by Country
Country: Sales: Value: Bounce:
🇺🇸 United States 2500 $214,000 40,22%
🇩🇪 Germany 3900 $446,700 19,22%
🇬🇧 Great Britain 1300 $121,900 39,22%
🇧🇷 Brasil 920 $52,100 {' '} 29,9%
{tablesTableData.map((row, index, arr) => { return ( ); })}
Author Function Status Employed
Categories Devices 250 in stock,{' '} 346+ sold Tickets 123 closed,{' '} 15 open Error logs 1 is active,{' '} 40 closed Happy Users +430 Tickets 123 closed,{' '} 15 open
); }