@highoutput/ckeditor5-modern
TypeScript icon, indicating that this package has built-in type declarations

4.0.5 • Public • Published

HOV Modern Editor

Reusable facebook-like editor component built based on @highoutput/ckeditor5 library

Peer dependencies

in order to use this editor component, you must install or meet the following library versions

  • "@chakra-ui/react": "^1.6.5"
  • "@emotion/react": "^11.4.0"
  • "@emotion/styled": "^11.3.0"
  • "@heroicons/react": "^1.0.4"
  • "@hookform/resolvers": "^2.6.1"
  • "axios": ">=0.21.1"
  • "framer-motion": "^4.1.17"
  • "react": ">=16"
  • "react-dom": ">=16"
  • "react-hook-form": "^7.11.1"
  • "uuid": "^8.3.2"
  • "yup": ">=0.32.9"

Important note

you need to add this style on the global scope to make sure mention and emojis will work

'.ck .ck-balloon-panel': {
  zIndex: 9999,
}

you also need to add this property in ChakraProvider if you will use this on top of your existing UI framework

cssVarsRoot = '.chakra-portal';

Uploading with token note

For uploading files with bearer token please set your values in your localStorage using the name 'access_token'.

localStorage.setItem('access_token', 'key is here');

Readme

Keywords

none

Package Sidebar

Install

npm i @highoutput/ckeditor5-modern

Weekly Downloads

1

Version

4.0.5

License

MIT

Unpacked Size

383 kB

Total Files

45

Last publish

Collaborators

  • ccpacillos
  • rrmadjos
  • glvnzn
  • highoutputventures
  • highoutputdev