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.
npm install @tunnel/react
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.
Get in touch with us by:
- Joining our official Discord server.