mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
33 lines
888 B
Markdown
33 lines
888 B
Markdown
# @videojs/dom
|
|
|
|
[![package-badge]][package]
|
|
|
|
> **⚠️ Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
|
|
|
## Overview
|
|
|
|
Provides foundational tools for working with the DOM including:
|
|
|
|
- Attribute builders
|
|
- Event handling utilities
|
|
- Geometry and positioning helpers
|
|
- Component interfaces for data attributes and CSS custom properties
|
|
- Shared utilities for HTML and React implementations
|
|
|
|
## 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/dom
|
|
[package-badge]: https://img.shields.io/npm/v/@videojs/dom/next?label=@videojs/dom@next
|
|
[discord]: https://discord.gg/JBqHh485uF
|
|
[gh-discussions]: https://github.com/videojs/v10/discussions
|