sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Remove react-icons dependency in favor of internal versions of Remix and Box icons #120

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

Resolves https://github.com/sjdemartini/mui-tiptap/issues/119. These icons fill some gaps in the @mui/icons-material icon set. We now include them directly rather than importing from react-icons or another external package to reduce both install size and external dependencies.

We now export these internally created icons in the "mui-tiptap/icons" namespace, so they can be used externally if desired, like import { InsertColumnLeft } from "mui-tiptap/icons";

UI is unchanged: