Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create Html wrapper tag
# pnpm pnpm add @emailux/components # npm npm install @emailux/components # yarn yarn add @emailux/components
import { Html } from "@emailux/components"; export default function Email() { return <Html>Hello</Html>; }
<html>