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 - Sources #18

Closed asuwebdesign closed 1 month ago

asuwebdesign commented 3 months ago

Design Spec

Where appropriate, bot messages can display a list of sources. Sources can be paginated. Users can paginate through the list. Sources can be tapped to view the source material (external URL).

Note: Pagination may require custom code/styling since no applicable variant exists.

Supports:

asuwebdesign commented 1 month ago

Sources component created. Accepts items array, consisting of title, url, and description properties. Extends Card component from PatternFly