Files
unified-ci-app[bot]GitHubunified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>Harrison HealeyMattermost Build
de0779d1bf Update latest minor version to 11.9.0 (#36976)
* Update latest minor version to 11.9.0

* Update update-versions script to include components package

* Update components package and its dependencies to 11.9.0

---------

Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2026-06-10 05:43:51 +00:00
..

Mattermost Shared Package

npm version

This package contains shared components and other utilities for use by the Mattermost web app and its plugins.

Caution

This is a pre-release package in active development. It is currently for internal use only, and it may change significantly between now and when it is fully released.

Installation

This package requires a matching version of the @mattermost/types package. It also requires React and React Intl.

$ npm install @mattermost/shared @mattermost/types

Additionally, if you're writing unit tests involving these components, React Testing Library is also required.

$ npm install @testing-library/react

Usage

TODO

Development

Compilation and Packaging

TODO