Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vjeux/prism-react
- Owner: vjeux
- Created: 2014-05-04T18:33:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T20:06:35.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:07:24.232Z (9 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
prism-react
===========[Prism Highlighting](http://prismjs.com/) using React
Usage
-----```html
var code = `
Hello World!
`;
{code}
{code}
```