arikaim / email-components
Arikam CMS email components library
Fund package maintenance!
Ko Fi
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:arikaim-components-library
Requires
This package is auto-updated.
Last update: 2023-09-21 20:47:42 UTC
README
Arikaim CMS email components library.
Requirements
Installation
composer require arikaim/email-components
Example
Email template code:
{{ component('email~foundation.button',{
class:'rounded',
title: 'Click',
url: 'Link Url'
},'static')
}}