diff --git a/src/features/editors/list/EventList.jsx b/src/features/editors/list/EventList.jsx new file mode 100644 index 000000000..f3be5cc9f --- /dev/null +++ b/src/features/editors/list/EventList.jsx @@ -0,0 +1,56 @@ +import { + Table, + Thead, + Tbody, + Tr, + Th, + Td, + TableCaption, + Button, +} from '@chakra-ui/react'; + +export default function EventList() { + return ( +
| Event Title | +Event Subtitle | +Presenter Name | +Time Start | +Time End | +Timer | ++ |
|---|---|---|---|---|---|---|
| Title | +Subtitle | +Presenter | +10:00 | +11:00 | +60.00 | ++ + | +
| Title | +Subtitle | +Presenter | +10:00 | +11:00 | +60.00 | ++ + | +