Appearance
import { Indent } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here Indent ];
Source • Docs