Back to React Email

Next Steps

apps/docs/snippets/next-steps.mdx

0.0.15634 B
Original Source

Try adding these other components to your email.

<CardGroup> <Card title="Image" icon='image' href="/components/image"> Display an image in your email. </Card> <Card title="Link" icon='link' href="/components/link"> A hyperlink to web pages or anything else a URL can address. </Card> <Card title="Divider" icon='horizontal-rule' href="/components/hr"> Display a divider that separates content areas in your email. </Card> <Card title="Preview" icon='magnifying-glass' href="/components/preview" > A preview text that will be displayed in the inbox of the recipient. </Card> </CardGroup>