contents.mdx 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ---
  2. title: Contents
  3. order: 1
  4. seoTitle: Tabler Emails - Content of the package
  5. description: Content of the Tabler Emails package.
  6. summary: The Tabler Emails package contains files which can be used by everyone, even without great knowledge of HTML.
  7. seoDescription: todo
  8. ---
  9. ## Folder structure
  10. Once you unzip the downloaded file, you will see the following structure:
  11. ```
  12. tabler-emails/
  13. ├── emails/
  14. | ├── absence/
  15. | | ├── assets/
  16. | | ├── compiled.html
  17. | | ├── compiled-dark.html
  18. | | ├── source.html
  19. | | ├── source-dark.html
  20. | | ├── screenshot.jpg
  21. | | ├── screenshot-dark.jpg
  22. | | ├── screenshot-mobile.jpg
  23. | | └── screenshot-mobile-dark.jpg
  24. | ├── access-token/
  25. | ├── account-deleted/
  26. | ├── .../
  27. | ├── welcome/
  28. | └── whishlist/
  29. ├── images/
  30. | ├── chart-donuts/
  31. | ├── icons/
  32. | ├── illustrations/
  33. | └── overlays/
  34. ├── license.txt
  35. └── readme.html
  36. ```
  37. ## Understanding the file structure in Tabler Emails
  38. 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:
  39. ### 1. Email Templates: `emails/`
  40. This folder contains <EmailsCount /> email subfolders, each with a specific template. Each email folder contains the following files:
  41. * Compiled HTML files for light and dark themes. Read more about their usage in the [Compiled HTML](/docs/emails/compiled-html) section.
  42. * Source HTML files for light and dark themes. Find more information in the [Source HTML](/docs/emails/source-html) section.
  43. * Screenshot images for desktop and mobile views.
  44. * Assets folder with images used in the email template and the CSS file with styles.
  45. ### 2. Images: `images/`
  46. It contains 4 subfolders with images used across the different email templates:
  47. * `chart-donuts/`: Images of donut charts with different fills.
  48. * `icons/`: [Tabler Icons](/icons) used in the email templates, in PNG version.
  49. * `illustrations/`: PNG versions of [Tabler Illustrations](/illustrations) for light and dark themes.
  50. * `overlays/`: Overlay images used in the email templates.
  51. ### 3. License: `license.txt`
  52. This file contains the license information for the Tabler Emails package.
  53. ### 4. Readme: `readme.html`
  54. 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.