0.0.7 • Published 3 months ago

@tunnel/react v0.0.7

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

Tunnel React SDK

Tunnel gives developers a better way to share their work with others. With Tunnel, you and your team can collaborate and give product feedback throughout the entire product lifecycle.

@tunnel/react exports a React component that makes it easy to add Tunnel's collaboration and review tools to any React application.

Getting Started

Installation

npm install @tunnel/react

Usage

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

export default function App() {
  return (
    <>
      <h1>My App</h1>
      {process.env.APP_ENV === 'staging' && (
        <TunnelToolbar projectId="YOUR_PROJECT_ID" />
      )}
    </>
  );
}

For more information and examples, visit our Documentation.

Support

Get in touch with us by:

0.0.7

3 months ago

0.0.5

5 months ago

0.0.6

5 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