mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +00:00
parent
ed9d03d0b8
commit
56638b26e8
28 changed files with 1067 additions and 346 deletions
8
resources/views/trmnl-layouts/mashup.blade.php
Normal file
8
resources/views/trmnl-layouts/mashup.blade.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@props(['mashupLayout' => '1Tx1B'])
|
||||
|
||||
<x-trmnl::screen>
|
||||
<x-trmnl::mashup mashup-layout="{{ $mashupLayout }}">
|
||||
{{-- The slot is used to pass the content of the mashup --}}
|
||||
{!! $slot !!}
|
||||
</x-trmnl::mashup>
|
||||
</x-trmnl::screen>
|
||||
3
resources/views/trmnl-layouts/single.blade.php
Normal file
3
resources/views/trmnl-layouts/single.blade.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<x-trmnl::screen>
|
||||
{!! $slot !!}
|
||||
</x-trmnl::screen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue