diff --git a/resources/views/livewire/plugins/markup.blade.php b/resources/views/livewire/plugins/markup.blade.php
index 46d4a55..8b1909c 100644
--- a/resources/views/livewire/plugins/markup.blade.php
+++ b/resources/views/livewire/plugins/markup.blade.php
@@ -45,6 +45,9 @@ new class extends Component {
public function renderExample(string $example)
{
switch ($example) {
+ case 'helloWorld':
+ $markup = $this->renderHelloWorld();
+ break;
case 'quote':
$markup = $this->renderQuote();
break;
@@ -61,6 +64,22 @@ new class extends Component {
$this->blade_code = $markup;
}
+ public function renderHelloWorld(): string
+ {
+ return <<
+