Drawer — right
Most common
Booking slides in from the right edge of the viewport over a soft scrim. On mobile, it transforms into a bottom sheet automatically — no extra config. Any element with a data-prospyr-booking-id attribute becomes a trigger.
<!-- Load once per page -->
<script async
src="https://book.prospyrmed.com/booking-embed.js"
data-prospyr-app-url="https://book.prospyrmed.com"></script>
<!-- Any trigger element -->
<button
data-prospyr-booking-id="1d052581-84f0-4c39-8dc2-5e4131104d4e"
data-prospyr-mode="drawer"
data-prospyr-side="right">
Book now
</button>
