mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
7 lines
125 B
PHP
7 lines
125 B
PHP
@props([
|
|
'colorDepth' => '1bit',
|
|
])
|
|
|
|
<x-trmnl::screen colorDepth="{{$colorDepth}}">
|
|
{!! $slot !!}
|
|
</x-trmnl::screen>
|