From 42c25fc403f2a42c4107fbe8c221ae17fc7259d2 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Mon, 16 Jun 2025 14:07:39 +0200 Subject: [PATCH] fix: markup examples updated to Design Framework 1.1 --- .../views/livewire/plugins/markup.blade.php | 134 ++++++++++-------- 1 file changed, 71 insertions(+), 63 deletions(-) diff --git a/resources/views/livewire/plugins/markup.blade.php b/resources/views/livewire/plugins/markup.blade.php index b056309..4cea323 100644 --- a/resources/views/livewire/plugins/markup.blade.php +++ b/resources/views/livewire/plugins/markup.blade.php @@ -67,63 +67,69 @@ new class extends Component { public function renderHelloWorld(): string { return << - - - TRMNL BYOS Laravel - “This screen was rendered by BYOS Laravel” - Benjamin Nussbaum - - - - + + + + + TRMNL BYOS Laravel + “This screen was rendered by BYOS Laravel” + Benjamin Nussbaum + + + + + HTML; } public function renderQuote(): string { return << - - - Motivational Quote - “I love inside jokes. I hope to be a part of one someday.” - Michael Scott - - - - + + + + + Motivational Quote + “I love inside jokes. I hope to be a part of one someday.” + Michael Scott + + + + + HTML; } public function renderTrainMonitor() { return << - - - - - Abfahrt - Aktuell - Zug - Ziel - Steig - - - + + + + + - 08:51 - 08:52 - REX 1 - Vienna Main Station - 3 + Abfahrt + Aktuell + Zug + Ziel + Steig - - - - - + + + + 08:51 + 08:52 + REX 1 + Vienna Main Station + 3 + + + + + + + HTML; } @@ -131,26 +137,28 @@ HTML; public function renderHomeAssistant() { return << - - - - - - - 23.3° - - - 47.52 % - - Sensor 1 - - - - - - - + + + + + + + + + 23.3° + + + 47.52 % + + Sensor 1 + + + + + + + + HTML; }