LiveKit docs › Getting started › Installation

---

# Installation

> Learn how to install and set up the @livekit/components-react package for React.

Use your favorite package manager to install the LiveKit Components package and its dependencies:

**yarn**:

```shell
yarn add @livekit/components-react @livekit/components-styles livekit-client

```

---

**npm**:

```shell
npm install @livekit/components-react @livekit/components-styles livekit-client

```

---

**pnpm**:

```shell
pnpm install @livekit/components-react @livekit/components-styles livekit-client

```

> ℹ️ **Note**
> 
> When installing the `@livekit/components-react` npm package, it's important to note that it relies on the `livekit-client` and `@livekit/components-styles` packages. This dependency is necessary for the package to function properly.

---

This document was rendered at 2026-06-07T11:31:59.057Z.
For the latest version of this document, see [https://docs.livekit.io/reference/components/react/installation.md](https://docs.livekit.io/reference/components/react/installation.md).

To explore all LiveKit documentation, see [llms.txt](https://docs.livekit.io/llms.txt).