seongbin9786 / kubooki-frontend-mui

거북이 프론트엔드 - 매터리얼 UI 버전
0 stars 0 forks source link

기사 작성 QuillEditor 테마를 Material UI와 비슷하게 만들기 #33

Open seongbin9786 opened 6 years ago

seongbin9786 commented 6 years ago

Quill Editor에서 snow 테마를 사용하지 않고, 커스텀으로 에디터 메뉴(?)를 만드는 튜토리얼이 아래에 있다.

  1. Quill 객체가 필요하다. import ReactQuill, { Quill, Mixin, Toolbar } from 'react-quill'; // ES6

  2. Quill 객체의 메소드 활용하면 됨 https://quilljs.com/guides/cloning-medium-with-parchment/