-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add component: Preheader #63
Labels
Milestone
Comments
niloysikdar
added
GSoC 2022
Issues and Pull Requests under Google Summer of Code 2022
2
2 story points
labels
Jul 6, 2022
niloysikdar
added a commit
that referenced
this issue
Jul 14, 2022
add a Preheader component with text prop to render preheader text on the email clients resolves #63 Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
niloysikdar
added a commit
that referenced
this issue
Jul 16, 2022
Fix Preheader styling props resolves #63 Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
niloysikdar
added a commit
that referenced
this issue
Jul 16, 2022
Fix Preheader styling props resolves #63 Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
agentmilindu
pushed a commit
that referenced
this issue
Jul 16, 2022
* feat(component): add Preheader add a Preheader component with text prop to render preheader text on the email clients resolves #63 Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com> * fix(component): fix Preheader Fix Preheader styling props resolves #63 Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Repository owner
moved this from In Progress
to Done
in React Email
Jul 16, 2022
🎉 This PR is included in version 1.6.0 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Email
Preheader text
is a small line of text that appears after the subject line in an email inbox. Email preheaders give a short summary of the contents of an email, and may appear differently on mobile and web email clients.Adding Preheader:
To email clients, the preheader text will show up as the first text in the email. When someone opens the email, that text will be hidden (because of the hidden div style).
https://www.activecampaign.com/blog/email-preheader
Outcome:
Preheader
component.Reference/Example Code to add Preheader:
The text was updated successfully, but these errors were encountered: