1.0.1 • Published 5 months ago
appointment-booking-plugin v1.0.1
Appointment Booking Plugin
Introduction
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.
Installation
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>
Usage
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.