--- const { title, showClose, maxWidth, hideByDefault, customClass, offset } = Astro.props; const randomID = customClass || Math.random().toString().replace(".", ""); import XmarkIcon from "@assets/svg/xmark.svg"; ---
{title} { showClose && ( ) }