import React from 'react'; import { Dialog } from '@headlessui/react'; import { Cancel01Icon } from '../icons/index.js'; import Button from './Button.js'; const FORM_ID = 'modal-form-inner'; const Modal = ({ isOpen = true, onClose, title, children, footer, size = 'lg', closable = true, // Form props — when provided, wraps children in a