Started a day component. Will dynamically render buttons and onClicks depending on the properties of the given date. This will in turn trigger the appropriate modal when necessary.

This commit is contained in:
Lucid Kobold
2022-01-01 22:06:48 -06:00
parent 9a3ad8ac95
commit 95b9f91ef7
2 changed files with 61 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import {
ModalHeader,
ModalCloseButton,
ModalBody,
ModalFooter,
ModalFooter
// Lorem
} from "@chakra-ui/react";
import React, { Fragment, useState } from "react";
@@ -23,8 +23,7 @@ const AddSticker = (): JSX.Element => {
<ModalContent>
<ModalHeader>Modal Title</ModalHeader>
<ModalCloseButton />
<ModalBody>
</ModalBody>
<ModalBody></ModalBody>
<ModalFooter>
<Button