build69
build69  /  Components  /  Site  /  BlogPost

BlogPost

v1.0.18Updated 27 Aug 2026

Blog post / article page — classic, with-TOC, minimal, wide-hero and with-sidebar layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 17 stories
ClassicOpen ↗
Why this is recommendedblogarticlepostcontent+2

BlogPost — classic.

Recommended for+14
  • Blog post / article pages
  • Content sites
Tags+6
blogarticlepostcontentpageclassic
Features+4
  • Classic, with-TOC, minimal, wide-hero and with-sidebar layouts
  • Markdown / magazine / share-rail / series variants
  • Self-contained — no required props
Not recommended for−2
  • Blog listing (use BlogIndex)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "BlogPost" })

Usage

import { BlogPostClassic } from '@/components/pages/blog-post';

<BlogPostClassic />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related