Remix integration is straightforward in client-rendered route components.
npm install @lyfie/luthorimport '@lyfie/luthor/styles.css';
import { ExtensiveEditor } from '@lyfie/luthor';
export default function EditorRoute() {
return <ExtensiveEditor placeholder="Write here..." />;
}