diff options
| author | Sam Light <samlight1994@gmail.com> | 2026-02-10 01:01:10 +0000 |
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2026-02-10 01:01:10 +0000 |
| commit | f998df6a2abaa211a730f247ce814f238228fb70 (patch) | |
| tree | f87b5018759441f4e7ba8e5e3d6ad6b150080b26 /resources/views | |
| parent | 7088acb9fb48f73325fb11d17903970bb5809131 (diff) | |
Basic toolbar button
Diffstat (limited to 'resources/views')
| -rw-r--r-- | resources/views/toolbar/button.blade.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/views/toolbar/button.blade.php b/resources/views/toolbar/button.blade.php new file mode 100644 index 0000000..2786888 --- /dev/null +++ b/resources/views/toolbar/button.blade.php @@ -0,0 +1,3 @@ +<button {{ $attributes }}> + {{ $slot }} +</button> |
