This plugin provides an appointment booking system that can be embedded into any website. It allows users to book appointments by selecting available time slots.
To install the plugin, include the following script tag in your HTML file:
<script src="https://cdn.jsdelivr.net/npm/appointment-booking-plugin@1.0.0/booking-plugin.js"></script>
Include the following HTML structure in your webpage:
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/appointment-booking-plugin@1.0.0/booking-plugin.js"></script>
The plugin will automatically initialize and render the appointment booking UI inside the #root
element.