Text Align
The Text Align extension allows you to align text in the editor.
- Based on TipTap's task list extension. @tiptap/extension-text-align
Usage
tsx
import { TextAlign } from 'reactjs-tiptap-editor';
const extensions = [
...,
// Import Extensions Here
TextAlign
];