This field allows you to build custom styled web pages, using https://github.com/artf/grapesjs
You can install the package via composer:
composer require digitalcloud/nova-page-builder-field
You can publish the required assets with:
php artisan vendor:publish --provider="DigitalCloud\PageBuilderField\FieldServiceProvider" --tag=public
use use DigitalCloud\PageBuilderField\PageBuilderField;
// ....
PageBuilderField::make('page'),