import { Menu, Portal } from "@chakra-ui/react";
import AlertLevel from "./AlertLevelWidget";
export default function WidgetMenu({appendWidget, triggerItem, positioning}) {
return (
{triggerItem}
appendWidget(AlertLevel, 4, 7, 4, 7, 8, 14)} // width and height are passed through here for each widget
>
Alert Level
CO2IVANSPlume HeightsAlert Level Changes
)
}