Email Compose
Email composer preset with To/Cc/Bcc/Subject shell.
Usage
import { EmailComposeEditor } from '@lyfie/luthor';
import '@lyfie/luthor/styles.css';
export function App() {
return <EmailComposeEditor showCc showBcc />;
}Props
EmailComposeEditorProps inherits ExtensiveEditorProps except featureFlags.
showTo:true (default) | falseshowCc:false (default) | trueshowBcc:false (default) | trueshowSubject:true (default) | false
Behavior
Preset applies email-friendly feature defaults and renders compose header fields.
