0.0.10 • Published 5 years ago

@primer/next v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@primer/next

React components and helpers for Primer sites built with Next.js.

Features

  • MDX support for pages with .md and .mdx extensions
  • Conversion of .svg files into React components with SVGR
  • Sets assetPrefix to process.env.NOW_URL, and exposes it to the client via publicRuntimeConfig

Configuration

Configuration happens in your next.config.js via what Zeit refers to as a "plugin" but is really just a function that generates a configuration object:

// next.config.js
const withPrimer = require('@primer/next/plugin')
module.exports = withPrimer({
  // base Next config
}, {
  // optional plugin options
})

or, if you just want the default setup, simply:

const withPrimer = require('@primer/next/plugin')
module.exports = withPrimer()

Pages

TBD

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago