Simple implementation of a resizable div for svelte. Only supports NE resizing for now. I made this to easily reuse the logic, but feel free to copy the code in the .svelte file to customize however ...
import Modal from "./components/modal"; import { icons } from "./components/modal/modules/Icons"; const openModalBtn = document.querySelector("#open-modal-btn ...