Skip to content
仅桌面端保证样式

Cta 行动召唤

EwCta 是页面的转化收尾区:窄容器居中排版,默认铺 hero 同款淡蓝灰光带,把访客的注意力 收束到最后一组动作按钮上。通常放在 FAQ 之后、页脚之前。

基础用法

标题 + 描述 + 动作
tinted 关闭后为透明底,适合已经处于光带区块内的场景。

现在就开始

免费创建你的第一个空间,无需信用卡。

vue
<EwCta title="现在就开始" description="…">
  <template #actions>
    <EwButton size="large" pill>免费开始</EwButton>
  </template>
</EwCta>

API

Props

属性说明类型默认值
title标题string
description描述string
tinted淡蓝灰光带底booleantrue
container内部容器宽度档'narrow' | 'default' | 'wide' | 'full''narrow'

插槽

插槽说明
title / description标题/描述覆写
actions动作按钮区
default主体追加内容(如 EwNewsletter

基于 MIT 许可证发布