Files
einundzwanzig-verein/resources/views/flux/editor/undo.blade.php

12 lines
483 B
PHP

@blaze
@props([
'kbd' => '⌘Z',
])
<flux:tooltip content="{{ __('Undo') }}" :$kbd class="contents">
<flux:editor.button data-editor="undo">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 7v6h6"/><path d="M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"/></svg>
</flux:editor.button>
</flux:tooltip>