Rename several components to use RichText* terminology instead of MuiTiptap*, for better clarity.
Add a new RichTextEditor all-in-one component, with a ref to access the Editor instance, for the simplest way to add the field without needing any hooks (if less customization is needed)
Add a variant to the now-named RichTextField, for "outlined" vs "standard"
RichText*
terminology instead ofMuiTiptap*
, for better clarity.RichTextEditor
all-in-one component, with a ref to access theEditor
instance, for the simplest way to add the field without needing any hooks (if less customization is needed)variant
to the now-namedRichTextField
, for "outlined" vs "standard"