UNPKG

chatbot-frontend-package-test

Version:
24 lines (19 loc) 327 B
# Offshorly AI Chatbot NPM Package ## Sample Usage ``` import Chatbot from 'chatbot-frontend-package' <Chatbot filename={filename}> <Chatbot.Summary /> <Chatbot.Chat /> </Chatbot> ``` ``` <Chatbot filename={filename}> <Chatbot.Chat /> </Chatbot> ``` ``` <Chatbot filename={filename}> <Chatbot.Summary /> </Chatbot> ```