import React from "react"; import clsx from "clsx"; type IframeProps = { src: string; width?: string; height?: string; className?: string; }; export function Iframe(props: IframeProps) { return (