Skip to content

UnderLine

The UnderLine extension allows you to underline text in your editor.

Usage

tsx
import { TextUnderline } from 'reactjs-tiptap-editor/textunderline'; 

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

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️