@odeva/booking-widgets
v0.1.5
Published
Web components for Odeva-powered booking widgets
Maintainers
Readme
Odeva Booking Widgets
Web components for adding Odeva-powered booking flows to any site.
Install
npm install @odeva/booking-widgetsUse
Import the package once, then render the widget.
import "@odeva/booking-widgets";<odeva-booking-widget org="my-org"></odeva-booking-widget>Useful attributes:
org- Odeva organisation slug.api-url- optional GraphQL API URL.checkout-url- optional checkout URL.accommodation-id- optional accommodation detail entry point.
The package also exports lower-level components: <odeva-search>, <odeva-detail>, and <odeva-booking>.
