tiptap/docs/installation/codesandbox.md
2022-12-21 13:11:39 +01:00

15 lines
810 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CodeSandbox
CodeSandbox is an online coding environment. Its great to fiddle around without setting up a local project. You can also use it to share your code and collaborate with others.
<iframe
src="https://codesandbox.io/embed/tiptap-vue-3-issue-template-9bqq0z?fontsize=14&hidenavigation=1&theme=dark"
style="width:100%; height:400px; border:0; border-radius: 4px; overflow:hidden;"
title="tiptap-issue-template"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
## Issue template
Its also amazing for bug reports. Try to recreate a bug there and share it with us before you [file an issue on GitHub](https://github.com/ueberdosis/tiptap/issues/new/choose).
That helps us to reproduce the bug easily, and release a fix faster.