page ResourcesGuide { layout = "showcase" seo { title = "Resources" description = "Use the component API pages, blocks, and templates as production starting points." } view {
Getting Started

Resources

Use the component API pages, blocks, and templates as production starting points.

Configure and use it

This is the smallest useful starting point. Copy it into the indicated application file or run it from the project root, then adjust the documented values for your product.

bunx wrnexus doctor .
bunx wrnexus inspect styles .
bunx wrnexus update . --latest --dry-run

What changes after this

You can move from component contract to composed block, diagnose ownership, and preview upgrades with supported tools.

Component contracts

Each component page contains live variants, typed props, slots, outputs, copyable WRN source, behavior notes, and responsive guidance.

Blocks and templates

Blocks demonstrate production composition patterns. Templates combine those patterns into public pages, authentication surfaces, and application dashboards.

Framework diagnostics

Use inspect, explain, doctor, and typecheck when a component does not render or hydrate as expected. These commands expose resolved ownership rather than requiring guesswork.

Upgrade safely

Preview framework migrations, commit the current application, apply the update, and review generated migration reports before deployment.

Verify the result

Type-check the application, inspect the resolved package and styles, and build the production artifact. Test the page at a narrow viewport, with keyboard navigation, and in both color modes before shipping.

bunx wrnexus typecheck .
bunx wrnexus inspect packages .
bunx wrnexus inspect styles .
bunx wrnexus build .

Expected result

The commands exit successfully, the build reports the installed UI components and active theme, and the rendered page remains usable before and after hydration.

} }