BulletList
The BulletList extension allows you to add bullet lists to your editor.
- Based on TipTap's Bold extension. @tiptap/bullet-list
Usage
tsx
import { BulletList } from 'reactjs-tiptap-editor/extension-bundle';
const extensions = [
...,
// Import Extensions Here
BulletList
];