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 A component
# pnpm pnpm add @emailux/components # npm npm install @emailux/components # yarn yarn add @emailux/components
import { A } from "@emailux/a"; export default function EmailTemplate() { return <> <A href='#' color='blue'>Docs</A> </> }