connorhowell/filament-monaco-editor

Monaco Editor integration for Filament Panels & Forms

dev-main 2023-07-26 12:15 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Monaco Editor integration for Filament Panels & Forms.

Installation

You can install the package via composer:

composer require connorhowell/filament-monaco-editor

Usage

use ConnorHowell\FilamentMonacoEditor\MonacoEditor;

MonacoEditor::make('content')
    ->language('json')
    ->language('vs|vs-dark')

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.