You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+56
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ A simple code editor with syntax highlighting. This library aims to provide a si
12
12
- 🐲 Automatic indent on new lines.
13
13
- 🩲 Indent line or selected text by pressing tab key, with customizable indentation.
14
14
- 🌸 Wrap selected text in parens, <kbd>[]</kbd>, <kbd>()</kbd>, <kbd><></kbd>, <kbd>{}</kbd>, <kbd>""</kbd>, <kbd>''</kbd>, <kbd>""</kbd>, <kbd>``</kbd>
15
+
- 💡 Support [next.js](https://github.com/uiwjs/react-md-editor/issues/52#issuecomment-848969341), [Use examples](#support-nextjs) in [next.js](https://nextjs.org/).
15
16
16
17
## Install
17
18
@@ -48,6 +49,61 @@ function App() {
48
49
}
49
50
```
50
51
52
+
## Support Nextjs
53
+
54
+
Use examples in nextjs. [#31](https://github.com/uiwjs/react-textarea-code-editor/issues/31#issuecomment-909363339)
55
+
56
+
[](https://codesandbox.io/embed/react-textarea-code-editor-example-nextjs-gdzlw?fontsize=14&hidenavigation=1&theme=dark)
0 commit comments