The Tabler Emails package contains files which can be used by everyone, even without great knowledge of HTML.
Once you unzip the downloaded file, you will see the following structure:
tabler-emails/
├── emails/
| ├── absence/
| | ├── assets/
| | ├── compiled.html
| | ├── compiled-dark.html
| | ├── source.html
| | ├── source-dark.html
| | ├── screenshot.jpg
| | ├── screenshot-dark.jpg
| | ├── screenshot-mobile.jpg
| | └── screenshot-mobile-dark.jpg
| ├── access-token/
| ├── account-deleted/
| ├── .../
| ├── welcome/
| └── whishlist/
├── images/
| ├── chart-donuts/
| ├── icons/
| ├── illustrations/
| └── overlays/
├── license.txt
└── readme.html
The Tabler Emails package is organized into a clear and efficient folder structure to streamline the use of its assets. Below is a breakdown of its key directories:
emails/
This folder contains 123 email subfolders, each with a specific template. Each email folder contains the following files:
images/
It contains 4 subfolders with images used across the different email templates:
chart-donuts/
: Images of donut charts with different fills.icons/
: Tabler Icons used in the email templates, in PNG version.illustrations/
: PNG versions of Tabler Illustrations for light and dark themes.overlays/
: Overlay images used in the email templates.license.txt
This file contains the license information for the Tabler Emails package.
readme.html
This file with the main information about the Tabler Emails package. It contains a brief description of the package and instructions on how to use it.