@mdwrk/lander-react
v0.1.2
Published
Reusable React components for portable product landing sites.
Readme
@mdwrk/lander-react
React components for product landers
This package provides reusable React components for rendering compiled lander pages, breadcrumbs, FAQs, CTA sections, package grids, and JSON-LD graphs.
Why
Use it when you want a render-time component layer on top of the lander content contract and compiler outputs.
What
- Page shell and section rendering components.
- FAQ, breadcrumb, package-grid, and proof-matrix components.
- JSON-LD graph rendering wired to compiled site/page input.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/lander-react @mdwrk/lander-core @mdwrk/lander-content-contractUsage
import { LanderPage } from "@mdwrk/lander-react";
export function Page({ site, page }) {
return <LanderPage site={site} page={page} />;
}Related
- Packages index - family and package navigation
- Root README - repo overview
