mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
Implement React fullscreen button with native React patterns: - useFullscreenButtonState hook for media store integration - useFullscreenButtonProps hook for element attribute management - renderFullscreenButton function for button rendering - Connected component via toConnectedComponent factory - Explicit enter/exit methods matching HTML implementation - Proper accessibility and data attributes Provides consistent fullscreen functionality across HTML and React platforms using shared state definition from media-store. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>