arikaim/email-components

Arikam CMS 邮件组件库

资助包维护!
Ko Fi

安装: 2

依赖者: 0

建议者: 0

安全: 0

星星: 1

关注者: 1

分支: 0

开放问题: 0

语言:HTML

类型:arikaim 组件库

1.0.0 2021-10-20 16:31 UTC

This package is auto-updated.

Last update: 2024-09-21 22:57:40 UTC


README

version: 1.0.0 license: GPL3

Arikaim CMS 邮件组件库。

需求

安装

composer require arikaim/email-components

示例

邮件模板代码

    {{  component('email~foundation.button',{ 
            class:'rounded',
            title: 'Click', 
            url: 'Link Url' 
        },'static') 
    }}