@extends('layouts.vertical', ['title' => 'Editors', 'topbarTitle' => 'Editors']) @section('css') @vite(['node_modules/quill/dist/quill.core.css', 'node_modules/quill/dist/quill.snow.css', 'node_modules/quill/dist/quill.bubble.css']) @endsection @section('content')

Quill Editor

Snow is a clean, flat toolbar theme.

Hello World!


This is an simple editable area.


  • Select a text to reveal the toolbar.
  • Edit rich document on-the-fly, so elastic!


End of simple area

Bubble Editor

Bubble is a simple tooltip based theme.

Hello World!


This is an simple editable area.


  • Select a text to reveal the toolbar.
  • Edit rich document on-the-fly, so elastic!


End of simple area

@endsection @section('scripts') @vite(['resources/js/components/form-quilljs.js']) @endsection