-
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
I would like to create a custom extension using the same reactjs-tiptap-editor UI and utils that are used to build extensions within this repo. Is there a way to import these UI elements, hooks, utils in my project? If not, are there plans to make these available to make custom extension creation easier and more streamlined?
Examples:
import {
Dialog,
DialogContent,
DialogFooter,
DialogTitle,
DialogTrigger,
} from 'reactjs-tiptap-editor/components/ui/dialog';
import { useToggleActive } from '@/hooks/useActive';
import { useButtonProps } from '@/hooks/useButtonProps';
import { useExtension } from '@/hooks/useExtension';
import { useEditorInstance } from '@/store/editor';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels