跳到內容

FeatureGrid (am-feature-grid)

am-feature-grid 用來承載 landing page 中反覆出現的 feature proof 區塊。

  • 內建 SectionContainerGrid
  • items 支援 titledescriptioneyebrowhref
  • columns 目前支援 2 / 3 / 4
<FeatureGrid
title="A real website foundation"
items={[
{ title: "Hero owns the message", description: "..." },
{ title: "FeatureGrid repeats proof", description: "..." },
]}
/>

詳見 playground /playground/landing/ 範例。