Skip to content

Instantly share code, notes, and snippets.

View abbasmashaddy72's full-sized avatar
:fishsticks:
Coding with Laravel

Syed Kounain Abbas Rizvi abbasmashaddy72

:fishsticks:
Coding with Laravel
  • Kasper Solutions | Dubai, UAE
  • Hyderabad
  • 17:26 (UTC +05:30)
View GitHub Profile
@abbasmashaddy72
abbasmashaddy72 / m-editor.blade.php
Created March 21, 2023 07:11 — forked from mithicher/m-editor.blade.php
Markdown Editor Component with AlpineJS & Laravel Blade
@props([
'id' => 'editor-'. str()->random(8),
'height' => '400px',
'label' => null,
'name' => null,
'value' => null,
'noMargin' => false,
'readonly' => false,
'disabled' => false,
'toolbar' => true