Skip to content

Commit

Permalink
removing modal from slide page
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed May 9, 2024
1 parent 5d74837 commit ac83121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/documentation/ui/slide.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@
</x-preview>
</x-section>
<x-warning text="Make sure to provide some way to close the slide when using this option, such as a button within the slide." />
<x-section class="mt-4" title="Wireable" description="An option to control the modal via Livewire.">
<x-section class="mt-4" title="Wireable" description="An option to control the slide via Livewire.">
<x-preview language="blade" :contents="$wireable">
<livewire:documentation.slide.entangle/>
</x-preview>
</x-section>
<x-section title="Wireable Personalized" description="Customize which property to use to control the modal via Livewire.">
<x-section title="Wireable Personalized" description="Customize which property to use to control the slide via Livewire.">
<x-preview language="blade" :contents="$wireableCustomized">
<livewire:documentation.slide.customentangle/>
</x-preview>
Expand Down

0 comments on commit ac83121

Please sign in to comment.