https://github.com/tomchentw/react-prism
React.js + prismjs syntax hightlight component
https://github.com/tomchentw/react-prism
prismjs react
Last synced: 9 months ago
JSON representation
React.js + prismjs syntax hightlight component
- Host: GitHub
- URL: https://github.com/tomchentw/react-prism
- Owner: tomchentw
- License: mit
- Created: 2014-11-08T09:46:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:39:56.000Z (over 3 years ago)
- Last Synced: 2025-08-31T14:38:55.497Z (10 months ago)
- Topics: prismjs, react
- Language: JavaScript
- Homepage: https://tomchentw.github.io/react-prism/
- Size: 2.29 MB
- Stars: 200
- Watchers: 3
- Forks: 23
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-prism
> React.js + Prism.js syntax highlight component
[![Version][npm-image]][npm-url] [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url]
## Usage / Documentation
```sh
npm i --save react-prism
```
Then, read the [documentation][docs].
## Credits
* [`prismjs`][prismjs]
[npm-image]: https://img.shields.io/npm/v/react-prism.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/react-prism
[travis-image]: https://img.shields.io/travis/tomchentw/react-prism.svg?style=flat-square
[travis-url]: https://travis-ci.org/tomchentw/react-prism
[codeclimate-image]: https://img.shields.io/codeclimate/github/tomchentw/react-prism.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/tomchentw/react-prism
[codeclimate-coverage-image]: https://img.shields.io/codeclimate/coverage/github/tomchentw/react-prism.svg?style=flat-square
[codeclimate-coverage-url]: https://codeclimate.com/github/tomchentw/react-prism
[gemnasium-image]: https://img.shields.io/gemnasium/tomchentw/react-prism.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/tomchentw/react-prism
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/tomchentw/react-prism?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[docs]: https://tomchentw.github.io/react-prism/
[prismjs]: http://prismjs.com/