0.0.12 • Published 3 months ago

@tunnel/nextjs v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Overview

Tunnel is a better way for developers to share and review their work. Tunnel makes it easy to collaborate and give them product feedback throughout the entire product lifecycle.

@tunnel/nextjs is an SDK for enabling Tunnel collaboration and review tools in your app with just one line of code.

Getting Started

Installation

npm install @tunnel/nextjs

Usage

import { TunnelToolbar } from '@tunnel/nextjs';

export default function RootLayout({ children }) {
	return (
		<html lang="en">
			<body>
				{children}
				{process.env.APP_ENV === 'staging' && (
					<TunnelToolbar projectId="YOUR_PROJECT_ID" />
				)}
			</body>
		</html>
	);
}

For more information and examples, visit our Documentation.

Support

Get in touch with us by:

0.0.12

3 months ago

0.0.11

4 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago