Footer

Site footer container. Same as [Container](container.md) but with type: "footer" (renders <footer). Behaves identically to Container in every other way — drag-drop, children, props.

Site footer container. Same as Container but with type: "footer" (renders <footer>). Behaves identically to Container in every other way — drag-drop, children, props.

Key files

Props

Same as Container. type defaults to "footer".

Gotchas

  • The Footer root needs w-full in its className or it won't stretch.
  • Footer seam / gradient continuity: if a tinted Footer (bg-neutral/20, backdrop-blur, top border/shadow) reads as a hard line against the last section, use bg-transparent on Footer and optional blur-only orb children.
  • Footer link colors: column nav uses neutral utilities + visited: + hover:underline on Button (no link/btn). tel/mailto in Text HTML uses text-primary + visited:text-primary.

Related