@mdwrk/lander-theme
v0.1.6
Published
Portable design tokens and default styles for generic lander components.
Downloads
194
Readme
@mdwrk/lander-theme
Portable lander styles and tokens
This package provides the default theme layer for generic lander components and is the first-party implementation of the shared MdWrk markdown token contract on public pages.
Why
Use it when you want a baseline visual system for lander components before product-specific styling is layered on top.
What
- Portable default styles for lander components.
- A shared theme baseline for first-party and downstream lander surfaces.
- A styling layer that stays separate from content, compile, and React logic.
- Implementation of the shared
mdwrkmarkdown/editor token subset through page-safe token mappings. - Pages-only extension tokens for nav height, hero spacing, card geometry, and other public-site concerns.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/lander-themeUsage
Import the package styles into your lander app or component library entrypoint. The package will implement the shared MdWrk markdown token contract and then extend it with Pages-level tokens.
Related
- Packages index - family and package navigation
- Root README - repo overview
