How to make full screen rich editor
Hi i am having a situation where i need to implement a full screen rich editor. So is there a way i can do this without plugins, if not suggest me.

RichEditor::make('content')
->extraAttributes(['x-ref' => 'editor'])
->hintAction(\Filament\Forms\Components\Actions\Action::make('fullScreen')
->alpineClickHandler('$refs.editor.requestFullscreen()'))