0.0.4 • Published 3 months ago

react-syntax-highlighter-catppuccin v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

React Syntax highlighter cattpuccin

Catppuccin themes for React syntax highlighter.

Getting started

Install react-syntax-highlighter-catppuccin with your preferred package-manager.

pnpm i -D react-syntax-highlighter-catppuccin

After import your preferred theme.

import latte from 'react-syntax-highlighter-catppuccin/latte';
import macchiato from 'react-syntax-highlighter-catppuccin/macchiato';
import frappe from 'react-syntax-highlighter-catppuccin/frappe';
import mocha from 'react-syntax-highlighter-catppuccin/mocha';

and use inside your component.

<ReactSyntaxHighlighter
  // ...
  style={macchiato} // or any different flavor
>

License

MIT

0.0.3

3 months ago

0.0.4

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago