Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/resend/react-email
/ EmailProps
Interface
EmailProps
examples/mailgun/src/email.tsx:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { Button, Html } from
'react-email'
;
2
3
interface EmailProps {
4
url: string;
5
}
6
7
export function Email({ url }: EmailProps) {
8
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected