12.1.0 • Published 2 months ago

@waystone/syntax-highlighter v12.1.0

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

@waystone/syntax-highlighter

This library contains a type safe implementation of react-syntax-highter.

Installation

Install as a part of @waystone/ui by following these installation instructions, or install by running the script npm i @waystone/syntax-highlighter

Usage

const MyCode = () => {
  return (
    <SyntaxHighlighter language="javascript" style="stackoverflowDark">
      "console.log('Hello World')"
    </SyntaxHighlighter>
  );
};

For all available styles, see available styles hjjs

12.1.0

2 months ago

12.0.3

2 months ago

12.0.2

2 months ago

12.0.1

3 months ago

12.0.0

3 months ago

11.0.0

3 months ago

11.0.1

3 months ago

10.0.0

9 months ago