Skip to content

Bookingkit Widget Elements

Intro

Bookingkit widget elements are a wrapper around the widget library to make it easier to include the widget in your website. It uses custom elements to include the widget in your website in a declarative way.

Installation

html
<script type="module" 
        src="https://v3.widget.bookingkit.com/bookingkitWidgetElements.js">
</script>

Usage

Once you’ve completed the above step, you can easily integrate the widget into your website by using custom elements. It’s as simple as adding a regular HTML tag. Check out the next chapter to start utilizing them!