1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Add CodeEditor example

This commit is contained in:
Chiedo
2020-10-19 09:24:09 -04:00
parent d51688b281
commit 35c38e5781
4 changed files with 19 additions and 14 deletions

View File

@@ -44,6 +44,9 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
## Code Editor Component
<!--react-->
<CodeEditor language='javascript' code={`console.log('hello world')`} />
<!--end-react-->
{% if currentVersion == "free-pro-team@latest" %}