mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
# @videojs/react
|
|
|
|
[![package-badge]][package]
|
|
|
|
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
|
|
|
## Overview
|
|
|
|
`@videojs/react` is a comprehensive library for building media players in React applications. It
|
|
provides a complete set of components, hooks, and utilities for creating feature-rich, accessible
|
|
video and audio players with React.
|
|
|
|
## Documentation
|
|
|
|
Read the docs at [videojs.org](https://videojs.org/docs/framework/react), or after installing,
|
|
browse the bundled markdown at `node_modules/@videojs/react/docs/` (start with `llms.txt` for the
|
|
structured index).
|
|
|
|
## Community
|
|
|
|
If you need help with anything related to Video.js 10, or if you'd like to casually chat with other
|
|
members:
|
|
|
|
- [Join Discord Server][discord]
|
|
- [See GitHub Discussions][gh-discussions]
|
|
|
|
## License
|
|
|
|
[Apache-2.0](./LICENSE)
|
|
|
|
[package]: https://www.npmjs.com/package/@videojs/react
|
|
[package-badge]: https://img.shields.io/npm/v/@videojs/react?label=@videojs/react
|
|
[discord]: https://discord.gg/JBqHh485uF
|
|
[gh-discussions]: https://github.com/videojs/v10/discussions
|