Skip to content

Indent

  • Handles indenting text in the editor.

Usage

tsx
import { Indent } from 'reactjs-tiptap-editor'; 

const extensions = [
  ...,
  // Import Extensions Here
  Indent 
];

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️