Skip to content

Getting Started with @lyfie/luthor

Install the package and peer dependencies:

Terminal window
pnpm add @lyfie/luthor react react-dom

Import the editor and styles:

import { ExtensiveEditor } from '@lyfie/luthor';
import '@lyfie/luthor/styles.css';

Then render:

<ExtensiveEditor />

For deeper docs, continue with: