react-rapid-highlight.github.io

View My GitHub Profile

About

Light and fast code highlight component for React applications

Usage

Import the Highlight component:

import { Highlight } from 'react-rapid-highlight'

Render the component:

<Highlight language="python" text="print(\'Hello World!\')" fontSize={12} lineHeight={0.75} rowHeight={30} theme="vsc-dark-plus" />


The following props can be passed to the Highlight component: