Embedding Internal

You can embed Spaces you’ve built on Internal into a web application with the Internal React SDK, enabling you to centralize all of your internal tools.

  1. Install the SDK

Install react-internalio npm module by running one of the following commands:

NPM

$ npm install react-internalio

Yarn

$ yarn add react-internalio
  1. In your Internal dashboard, select a Space you’d like to embed and copy the link for that Space in the right-hand panel. Replace the placeholder example URL with the link to your Space.
  2. You can also adjust the width and height dimensions of your Space within your web application. The default is set to “100%”.

🔎

Note

You will need to be logged into Internal in order to view and access the embedded Internal Space. If you get logged out of Internal, you’ll need to log in through your embedded Space in order to continue access.

Resources: