react-codemirror icon indicating copy to clipboard operation
react-codemirror copied to clipboard

How to overwrite search , check box , next and previous components into custom components

Open dev-mohanraj opened this issue 3 years ago • 4 comments
trafficstars

Can I able to override the existing styles of the search and other components

dev-mohanraj avatar Oct 27 '22 17:10 dev-mohanraj

@dev-mohanraj Styles can be overridden.

https://github.com/uiwjs/react-codemirror/blob/b2341d3f8fb94345cbb759382870d81c61606812/themes/theme/src/index.tsx#L43-L93

jaywcjlove avatar Oct 28 '22 00:10 jaywcjlove

@jaywcjlove you're answer doesn't have search theme

chiptus avatar Mar 05 '23 10:03 chiptus

Thanks @jaywcjlove

dev-mohanraj avatar Mar 06 '23 05:03 dev-mohanraj

Can I replace the default search to consume a custom component @jaywcjlove

dev-mohanraj avatar Mar 06 '23 06:03 dev-mohanraj