Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vjeux/prism-react

Prism Highlighting using React
https://github.com/vjeux/prism-react

Last synced: about 1 month ago
JSON representation

Prism Highlighting using React

Awesome Lists containing this project

README

        

prism-react
===========

[Prism Highlighting](http://prismjs.com/) using React

Usage
-----

```html
var code = `


Hello World!

`;

{code}
{code}
```