Visitza Email Layout
TemplateShared React Email layout for all Visitza transactional emails. Accepts product and derives brand config + theme tokens internally. Dark-themed card with gradient accent bar, inline SVG logo, and branded footer.
client/visitza/email-layoutInstallation
1 · Add registry to components.json
2 · Install component
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
productreq | VisitzaEmailProduct | — | Brand variant: public | partner | supplier. Config and theme are derived internally. |
preheaderreq | string | — | Hidden inbox preview text. |
eyebrowreq | string | — | Small uppercase text above the headline. |
headlinereq | string | — | Serif headline in the card. |
footerNotereq | ReactNode | — | Text shown under the copyright line. |
childrenreq | ReactNode | — | Template-specific content inside the card. |