@nickm4rtin/content-factory
v0.2.0
Published
MDX components and Remotion design system for Content Factory consumers
Downloads
22
Readme
@nickm4rtin/content-factory
MDX components and Remotion design system for Content Factory consumers.
Phase 1 status: stub package. Components render data-stub placeholders so consuming Next.js apps can wire imports today; real implementations land in Phase 3 (MDX) and Phase 4 (Remotion).
Install
npm install @nickm4rtin/content-factoryUse
import { Callout, Stat, PullQuote, ClusterLink } from "@nickm4rtin/content-factory";
import { CountUpFromZero, tokens } from "@nickm4rtin/content-factory/remotion";
import { isPublished, makeReservedSlugChecker } from "@nickm4rtin/content-factory/lib";Develop
npm install
npm run typecheck
npm run build
npm pack --dry-runBuild output is dist/ (ESM + .d.ts per entry point).
