New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@metabase/embedding-sdk-react

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metabase/embedding-sdk-react

Metabase Embedding SDK for React

latest
59-stable
Source
npmnpm
Version
0.59.0
Version published
Weekly downloads
32K
6.36%
Maintainers
1
Weekly downloads
 
Created
Source

Metabase embedded analytics SDK

Metabase logo

With Metabase's Embedded analytics SDK, you can embed individual Metabase components with React (like standalone charts, dashboards, the query builder, and more). You can manage access and interactivity per component, and you have advanced customization for seamless styling.

Learn more.

Docs for the Embedded analytics SDK

For how to use the SDK with your app, check out our docs for the Embedded analytics SDK.

Quickstart

Just some commands to get you started. For more on how to set up the SDK with your app, see the SDK docs.

Installing Metabase

Start a free trial of Metabase Pro.

Or run it locally. Here's a docker one-liner:

docker run -d -p 3000:3000 --name metabase metabase/metabase-enterprise:latest

You can also download the JAR, and run it like so:

java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar

By default, Metabase will run at http://localhost:3000.

If you get stuck, check out our installation docs.

Installing the SDK

You can install Metabase Embedded analytics SDK for React via npm:

npm install @metabase/embedding-sdk-react

or using yarn:

yarn add @metabase/embedding-sdk-react

For more on the SDK, check out the SDK docs.

Limitations

For the current limitations of the SDK, see the SDK limitations section of the docs.

Development docs

For developing the SDK, see the dev docs.

FAQs

Package last updated on 03 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts