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

Message Type - Quick Replies #20

Open asuwebdesign opened 3 months ago

asuwebdesign commented 3 months ago

Design Spec - Boolean Design Spec - Multiple choice, inline Design Spec - Multiple choice, stacked

Message type that displays selectable pre-populated responses. Selecting a choice will automatically reply with the label. Choices can be displayed in different orientations.

Supports:

asuwebdesign commented 1 month ago

Refer to Label component in PatternFly to provide quick reply options: https://staging-v6.patternfly.org/components/label

asuwebdesign commented 1 month ago

QuickReplyMessage component created. Accepts items array of values as well as optionally stacked property to go from inline to stacked orientation. Extended styles of PF6 Label component to fix clickability of item.

Pending updates to submit new message with value when clicking a quick reply.