Visitza Email Layout

Template

Shared 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-layout

Installation

1 · Add registry to components.json

2 · Install component

API Reference

PropTypeDescription
productreq
VisitzaEmailProductBrand variant: public | partner | supplier. Config and theme are derived internally.
preheaderreq
stringHidden inbox preview text.
eyebrowreq
stringSmall uppercase text above the headline.
headlinereq
stringSerif headline in the card.
footerNotereq
ReactNodeText shown under the copyright line.
childrenreq
ReactNodeTemplate-specific content inside the card.