nextjs-debug-toolbar

0.1.0 • Public • Published

Vercel Debug Toolbar

Installation

In order to use this package you need to start by installing it

$ npm install vercel-debug-toolbar -D

Open, or create, _App.js file and add the following code:

import VercelDebugToolbar from "../components/debug/vercel-debug-toolbar";

const _App = ({ Component, pageProps }) => (
  <>
    <Component {...pageProps} />
    <VercelDebugToolbar pageProps={pageProps} />
  </>
);

export default _App;

/nextjs-debug-toolbar/

    Package Sidebar

    Install

    npm i nextjs-debug-toolbar

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    8 kB

    Total Files

    16

    Last publish

    Collaborators

    • pedroresende