--- const { title, showClose, maxWidth, hideByDefault, customClass, offset } = Astro.props; const randomID = customClass || Math.random().toString().replace(".", ""); ---