🚧 This is a work-in-progress docs for Nextra 2.0, content may be incomplete or inaccurate.
Documentation
Themes

Themes

Nextra itself is basically a plugin that normalizes your Markdown routes in Next.js into structural data, and it doesn't handle any styling related thing. A theme is what renders your actual pages, it works like a layout component in React.

Nextra has 2 official themes that you can use:

You can also extend your own themes. Here's a great starter example by @jaredpalmer:

Last updated on August 21, 2022