@lyfie/luthor
Use this when you want a ready-to-use editor quickly.
Install
npm install @lyfie/luthor react react-domRender a basic editor
import { ExtensiveEditor } from '@lyfie/luthor';
import '@lyfie/luthor/styles.css';
export function App() {
return <ExtensiveEditor placeholder="Start writing..." />;
}Validate installation
- You can type in the editor
- Toolbar appears
- No module resolution errors in the dev server
