diff --git a/package-lock.json b/package-lock.json index 21e5671..3cbc5bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3348,6 +3348,11 @@ "@xtuc/long": "4.2.2" } }, + "@wojtekmaj/date-utils": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.1.2.tgz", + "integrity": "sha512-06PQad/6pyYDjInBW2ih4Oy30EAg0mtXTCz+b/fGwzN2JB2X2Zsa4QtHl4I8M+IaCKN8bwj61OW3XAWxh+D9hA==" + }, "@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", @@ -6490,6 +6495,14 @@ "get-intrinsic": "^1.1.1" } }, + "get-user-locale": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/get-user-locale/-/get-user-locale-1.5.1.tgz", + "integrity": "sha512-WiNpoFRcHn1qxP9VabQljzGwkAQDrcpqUtaP0rNBEkFxJdh4f3tik6MfZsMYZc+UgQJdGCxWEjL9wnCUlRQXag==", + "requires": { + "lodash.memoize": "^4.1.1" + } + }, "glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -11049,6 +11062,17 @@ } } }, + "react-calendar": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.0.0.tgz", + "integrity": "sha512-y9Q5Oo3Mq869KExbOCP3aJ3hEnRZKZ0TqUa9QU1wJGgDZFrW1qTaWp5v52oZpmxTTrpAMTUcUGaC0QJcO1f8Nw==", + "requires": { + "@wojtekmaj/date-utils": "^1.0.2", + "clsx": "^1.2.1", + "get-user-locale": "^1.2.0", + "prop-types": "^15.6.0" + } + }, "react-chartjs-2": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-4.3.1.tgz", diff --git a/package.json b/package.json index 6772aa7..2eabdf1 100755 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "cors": "^2.8.5", "faker": "^6.6.6", "react": "^18.0.0", + "react-calendar": "^4.0.0", "react-chartjs-2": "^4.1.0", "react-countup": "^6.2.0", "react-dom": "^18.0.0", diff --git a/src/components/Calendar/CalendarTable.jsx b/src/components/Calendar/CalendarTable.jsx index e6874fc..32c0555 100755 --- a/src/components/Calendar/CalendarTable.jsx +++ b/src/components/Calendar/CalendarTable.jsx @@ -4,13 +4,17 @@ import dataImage2 from "../../assets/images/data-table-user-2.png"; import dataImage3 from "../../assets/images/data-table-user-3.png"; import dataImage4 from "../../assets/images/data-table-user-4.png"; import SelectBox from "../Helpers/SelectBox"; +import Calendar from 'react-calendar'; +import 'react-calendar/dist/Calendar.css'; export default function CalendarTable({ className }) { const filterCategories = ["All Categories", "Explore", "Featured"]; const [selectedCategory, setCategory] = useState(filterCategories[0]); + const [value, onChange] = useState(new Date()); + return (
@@ -27,1040 +31,14 @@ export default function CalendarTable({ className }) { contentBodyClasses="w-auto min-w-max" />
-
- - - - - - - - - - - - {selectedCategory === "All Categories" ? ( - <> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) : selectedCategory === "Explore" ? ( - <> - - - - - - - - - - - - - - - - - - - - ) : ( - <> - - - - - - - - - - - - - - - - - - - - )} - -
All ProductValueUSD24H%BitsTimeStatus
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
-
- data -
-
-

- Mullican Computer Joy -

- - Owned by Xoeyam - -
-
-
-
- - - - - - - - - - - - - 7473 ETH - -
-
-
- - - - - - - - - - 6392.99$ - -
-
- - -24.75 (11.5%) - - - - 343 - - - - 2 Hours 1 min 30s - - - -
-
+ +
+ +
+ + + ); }