feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Custom CodeBlock Component with Copy to Clipboard Feature

Open eraykeskinmac opened this issue 1 year ago • 1 comments

I have introduced a custom CodeBlock component utilizing react-syntax-highlighter to provide a rich, stylized display of code snippets within our project's documentation and examples. A 'Copy' button has been integrated into the component, offering users a one-click solution to copy code snippets efficiently. This feature is visually indicated with immediate feedback when the content is successfully copied to the clipboard.

Screenshot 2024-03-06 at 13 42 49

eraykeskinmac avatar Mar 06 '24 10:03 eraykeskinmac