Declarative <Tiptap /> component for React integration#

New declarative <Tiptap /> component for React. Compose your editor setup with <Tiptap.Content />, <Tiptap.BubbleMenu />, <Tiptap.FloatingMenu />, and <Tiptap.Loading /> as subcomponents. Child components can access the editor instance via the new useTiptap() hook and subscribe to state with useTiptapState(). The existing imperative API remains fully supported for this major version.








