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

1.0.0 2021-10-20 16:31 UTC

This package is auto-updated.

Last update: 2024-04-21 22:05:08 UTC


README

version: 1.0.0 license: GPL3

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') 
    }}