This library provides a set of abstract classes to build email template builders using Angular. It is part of the NGX Email Builder project.
As an example, see the Tailwind Email Builder library that uses ngx-email-builder
and TailwindCSS to build the email template.
Besides, you can create your own email builder with different themes like Bootstrap, Material, etc.
Here's a list of available themes:
- Bootstrap Email Builder - Bootstrap theme.
- Material Email Builder - Material theme.
- Tailwind Email Builder - TailwindCSS theme.
- Bulma Email Builder - Bulma theme.
- PrimeNG Email Builder - PrimeNG theme.
For more information on how to use this library and create your own email builder, please refer to the source code of Tailwind Email Builder library.