@mattermost/shared
v11.7.0-0
Published
Shared components and utilities for use by the Mattermost web app and its plugins
Maintainers
Keywords
Readme
Mattermost Shared Package
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/typesAdditionally, if you're writing unit tests involving these components, React Testing Library is also required.
$ npm install @testing-library/reactUsage
TODO
Development
Compilation and Packaging
TODO