import ReactModal from "react-modal"; function KueModal({ showModal, onClose }) { return ( {/* Modal Header */}

KUE Einstellung

{/* Modal Body */}
Bezeichnung Isolationsgrenzwert Schleifengrenzwert Filterzeit TDR Aktiv KVZ Aktiv Datenlogger
1 {" "} MOhm {" "} kOhm {/* Flexbox für Filterzeit */}
sek.
{/* Modal Footer */}
); } export default KueModal;