Slide
Slide component.
Slide, Personalization Blocks
Example:
TallStackUi::personalize() ->slide() ->block('block', 'classes');
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
Applicable only on desktop devices.
TallStackUI
An option to prevent the user from closing the slide when click outside.
TallStackUI
Make sure to provide some way to close the slide when using this option, such as a button within the slide.
An option to control the slide via Livewire.
TallStackUI
Customize which property to use to control the slide via Livewire.
TallStackUI
Helpers to open and close the slide using AlpineJS.
<x-slide id="slide-id"> TallStackUi</x-slide> <x-button x-on:click="$slideOpen('slide-id')"> Open</x-button> <x-button x-on:click="$slideClose('slide-id')"> Close</x-button>
An option to listen event when the slide is opening or closing.