react-codemirror
react-codemirror copied to clipboard
How to overwrite search , check box , next and previous components into custom components
trafficstars
Can I able to override the existing styles of the search and other components
@dev-mohanraj Styles can be overridden.
https://github.com/uiwjs/react-codemirror/blob/b2341d3f8fb94345cbb759382870d81c61606812/themes/theme/src/index.tsx#L43-L93
@jaywcjlove you're answer doesn't have search theme
Thanks @jaywcjlove
Can I replace the default search to consume a custom component @jaywcjlove