跳到內容

Grid (am-grid)

am-grid 是網站 section 與 editor canvas 都會頻繁使用的內容排列 primitive。

  • gap: xs | sm | md | lg | xl
  • columns: 16
  • minItemWidth: 當未指定固定欄數時,使用 auto-fit 響應式模式
  • columns 時:固定欄數
  • 沒有 columns 時:repeat(auto-fit, minmax(...))
  • 小螢幕下,固定欄數會收斂為單欄,避免 card 壓縮成不可用密度

這是 Astromer 後續 section patterns 與 Astrologistic page composition 的關鍵底層。

詳見 playground /playground/layout/ 範例。