asuwebdesign / patternfly-ext-chatbot

PatternFly Extension for creating enterprise-ready chatbot user experiences
https://patternfly-chatbot.vercel.app
MIT License
1 stars 0 forks source link

Configuration Object #64

Closed asuwebdesign closed 1 month ago

asuwebdesign commented 1 month ago

Create a centralized configuration object to be passed to the Chatbot and ChatbotToggle components. Properties will be used globally to descendent components where applicable. This will help keep things cleaner and easier to maintain.

asuwebdesign commented 1 month ago

Created and tested a custom config object and passed it to the Chatbot component. Also have gone and updated relevant components with default values in case config does not exist by consumer.