Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Mar 7, 2024
1 parent 14170b9 commit 5bf8545
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/Enums/Examples/Ui/Step.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Step
HTML;

public const NAVIGATE_PREVIOUS = <<<'HTML'
<x-step selected="1" helpers previous>
<x-step selected="1" helpers navigate-previous>
<x-step.items step="1"
title="Starting"
description="Step One">
Expand Down
2 changes: 1 addition & 1 deletion app/Enums/Examples/Ui/ThemeSwitch.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ThemeSwitch
HTML;

public const ICONS = <<<'HTML'
<x-theme-switch icons />
<x-theme-switch only-icons />
HTML;

public const PERSONALIZATION = <<<'HTML'
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/documentation/ui/step.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</x-section>
<x-section title="Allow Navigation Previous" description="An option to enable the navigation to the previous.">
<x-preview language="blade" :contents="$navigatePrevious">
<x-step selected="1" helpers previous>
<x-step selected="1" helpers navigate-previous>
<x-step.items step="1"
title="Starting"
description="Step One">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/documentation/ui/theme-switch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</x-section>
<x-section title="Icons Only" description="An option to only display icons, without the toggle.">
<x-preview language="blade" :contents="$icons">
<x-theme-switch icons />
<x-theme-switch only-icons />
</x-preview>
</x-section>
<x-slot:navigation>
Expand Down

0 comments on commit 5bf8545

Please sign in to comment.