@prose-ui/next
v2.0.4
Published
[Prose UI](https://prose-ui.com) components and utilities for Next.js. This package wraps the framework-agnostic [`@prose-ui/react`](../react) build and swaps in `next/link` and `next/image`.
Readme
@prose-ui/next
Prose UI components and utilities for Next.js. This package wraps the framework-agnostic @prose-ui/react build and swaps in next/link and next/image.
Installation
$ npm install @prose-ui/next @prose-ui/stylesImport the shared styles (and optional KaTeX bundle) from @prose-ui/styles inside your global stylesheet:
@import "@prose-ui/styles/prose-ui.css";
@import "@prose-ui/styles/katex.min.css";For React runtimes outside of Next.js, install @prose-ui/react instead.
