1.0.5 • Published 7 months ago

@hotelchatai/svelte-chatbox v1.0.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
7 months ago

@hotelchatai/svelte-chatbox

A plugin to simplify embedding the chatbox iframe within svelte websites.

Example

!IMPORTANT
Place the Bot component in the root +layout.svelte, at the bottom of the file (so that Bot loads last).

import Bot from '@hotelchatai/svelte-chatbox';
<Bot
  src="https://v2.hotelchatai.com"
  bot="website"
  theme="forest"
  enableTickets={false}
  displayName="Amei (阿美)"
/>

Parameters

  • src - The bot root endpoint (almost always "https://v2.hotelchatai.com")
  • bot - Bot codename corresponding to the hotel. For example, "roumei" for Roumei Boutique Hotel. "website" corresponds to our website's chatbot. Ask us for hotel codenames.
  • theme - Any of Daisy UI themes.
    • Recommended dark themes: "dracula", "forest", "business", "night", "sunset"
    • Recommended light themes: "nord", "autumn"
  • enableTickets - Enables users to open tickets that hotel workers can check. Recommend leaving off to not confuse users for now.
  • displayName - Robot's visible chatbox name