# New release: 3.0
Mux Player recently released 3.0. The most visible change in this is new tooltips that are enabled by default, as well as [other fixes and changes](https://docs.mux.com/guides/player-releases-web#300).
## Previous version: 2.0
For changes relating to the previous major release, 2.0, see the [V1 to V2 upgrade guide](https://github.com/muxinc/elements/blob/main/packages/mux-player/UPGRADING_V1_to_V2.md) and the [blog post announcement](https://www.mux.com/blog/mux-player-2-0-for-web-and-coming-soon-for-ios-and-android).
# Introduction
`` is the official Mux-flavored video player web component.
The player UI is built on [Media Chrome](https://media-chrome.org) and [``](../mux-video) drives the core video logic used to play Mux Video content.
# Installation
```shell
npm install @mux/mux-player
```
or
```shell
yarn add @mux/mux-player
```
# Usage
```html
```
# Docs
Docs and guides live on [docs.mux.com](https://docs.mux.com/guides/video/mux-player?utm_source=github-mux-player).
API reference lives [on Github](./REFERENCE.md).