SAEL

Code Editor

A code editor component featuring syntax highlighting and animation.

Made by imskyleen
Loading...

Installation

Usage

<CodeEditor lang="tsx">
  {`const a = 1;
const b = 2;
const c = a + b;`}
</CodeEditor>

Props

Prop

Type

On this page