Jungwoo-An / react-editor-js

โš›๏ธ๐Ÿ“The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
940 stars 77 forks source link

A way to edit the initial loading spinner #201

Closed pisacode closed 2 years ago

pisacode commented 2 years ago

When the editor initialize there is a spinner very briefly visible. This causes content to grow and shrink when the loading state changes.

If we can added a custom loading component and edit the styles of the loading component it would look more elegant.

I tried to catch the loading indicator to see the css props but it is very fast for me to catch it in the inspector.

Thanks for the amazing package.

Jungwoo-An commented 2 years ago

@pisacode Hi! First of all, thanks for your interest! ๐Ÿ‘‹

Yes you can. Check out this page

Thanks!