Skip to main content
ParticleUI
Template

Blog

Blog layout with newsletter capture and footer.

Install all blocks

bash
npx particleui-cli add newsletter footer

This installs all 2 blocks in one command. Each block is added to your src/components/ui/ directory.

Included blocks

Compose it

TSX
import { BlogTemplate } from "@/components/templates/blog"

export default function Page() {
  return <BlogTemplate />
}