uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.69k stars 135 forks source link

Search box #601

Closed pxsty0 closed 1 year ago

pxsty0 commented 1 year ago

I want to create my own search box instead of the standard search box, but I could not find a source in the docs. Is there any built-in function or something?

jaywcjlove commented 1 year ago

@pxsty0 Here are official packages, you can check their source code https://github.com/codemirror/search

pxsty0 commented 1 year ago

Thank you