Appearance
The BulletList extension allows you to add bullet lists to your editor.
import { BulletList } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here BulletList ];
Source • Docs
v0.0.7
765cd