How can I showcase the code snippets in my react app?

Viewed 25

I'm trying to make a code showcase web app in react. And I wanted to show case the code snippets similar shown below !! enter image description here

1 Answers

react-code-blocks package will do the job pretty well.

Related