-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Is it possible to use the themes from this project with CodeMirror 6 without using React? #644
Comments
react-codemirror/themes/abyss/README.md Lines 22 to 31 in 6440766
Everything should be fine under normal circumstances, but if you're using it in pure HTML, we might need to make some changes. Lines 12 to 43 in 36a1e00
@brendand If your non-React application uses a bundling tool, it should be able to run. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working on a Swift app (macOS/AppKit and iOS/UIKit) and I'm using CodeMirror for a script editor screen. I'd love to be able to use the themes in this project, but I'm not sure how to integrate them without using React. Can the themes be used in the basic CodeMirror without all the React dependencies?
The text was updated successfully, but these errors were encountered: