-
This commit is contained in:
parent
5870fbb4d8
commit
838f4f6389
10
README.md
10
README.md
|
|
@ -4,12 +4,13 @@ A React Email project for creating and previewing email templates for the Amba a
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- 🎨 5 email templates matching the Amba app design:
|
- 🎨 6 email templates matching the AmbaPay app design:
|
||||||
- Welcome Email
|
- Welcome Email
|
||||||
- Transaction Complete
|
- Transaction Complete
|
||||||
- Event Ticket (with QR code)
|
- Event Ticket (with QR code)
|
||||||
- Payment Request
|
- Payment Request
|
||||||
- Referral Success
|
- Referral Success
|
||||||
|
- Waitlist
|
||||||
- 🖼️ Interactive preview page with template switcher
|
- 🖼️ Interactive preview page with template switcher
|
||||||
- 🎨 Consistent theming based on Amba app design (green color scheme)
|
- 🎨 Consistent theming based on Amba app design (green color scheme)
|
||||||
- 📱 Responsive email designs
|
- 📱 Responsive email designs
|
||||||
|
|
@ -101,6 +102,13 @@ Sent when someone uses the user's referral code.
|
||||||
- `rewardAmount` (string): Reward amount earned
|
- `rewardAmount` (string): Reward amount earned
|
||||||
- `transactionAmount` (string): Transaction amount
|
- `transactionAmount` (string): Transaction amount
|
||||||
|
|
||||||
|
### 6. Waitlist
|
||||||
|
Sent to users who have joined the waitlist.
|
||||||
|
|
||||||
|
**Props:**
|
||||||
|
- `userName` (string): The user's name
|
||||||
|
- `position` (number, optional): Position in the waitlist
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user