appointment-booking-plugin
v1.0.1
Published
A plugin for booking appointments
Readme
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/[email protected]/booking-plugin.js"></script>Usage
Include the following HTML structure in your webpage:
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/booking-plugin.js"></script>The plugin will automatically initialize and render the appointment booking UI inside the #root element.
