Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I show just editor without preview and without editor toolbar? #414

Closed
lofti198 opened this issue Jul 5, 2022 · 2 comments
Closed

Comments

@lofti198
Copy link

lofti198 commented Jul 5, 2022

How can I show just editor without preview and without editor toolbar?

image

@jaywcjlove
Copy link
Member

<MDEditor
+  hideToolbar={true}
+  preview="edit"
  height={200}
  value={value}
  onChange={setValue}
/>

@lofti198 https://codesandbox.io/embed/markdown-editor-for-react-uiwjs-react-md-editor-issues-414-0r6yt4?fontsize=14&hidenavigation=1&theme=dark

@lofti198
Copy link
Author

lofti198 commented Jul 5, 2022

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants