Spaces
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 the following command:
NPM
Or:
Yarn
2. 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.
3. You can also adjust the width and height dimensions of your Space within your web application. The default is set to “100%”.
Resources