The x-list-group.item component has a dedicated x-slot:title slot for adding additional information about an entry. Alternatively, the same can be achieved by setting the title attribute.
Address
DDFSN
Hoogstraat 12
4331 KR, Middelburg
The Netherlands
VAT ID
NL000099998B57
Your next invoice will include 21% VAT based on your location.
<x-list-group><x-list-group.itemtitle="Address"><addressclass="not-italic"><x-heading:heading-level="4"size="sm">DDFSN</x-heading><x-paragraphsize="sm"style="muted">Hoogstraat 12</x-paragraph><x-paragraphsize="sm"style="muted">4331 KR, Middelburg</x-paragraph><x-paragraphsize="sm"style="muted">The Netherlands</x-paragraph></address></x-list-group.item><x-list-group.itemtitle="VAT ID"><spanclass="font-mono">NL000099998B57</span></x-list-group.item><x-list-group.item><x-paragraphsize="sm"style="muted">Your next invoice will include 21% VAT based on your location.</x-paragraph></x-list-group.item></x-list-group>
Use list group items as links by adding an href attribute. Optionally, as with native anchor elements, a target attribute can be set to control the behavior of the anchor.
You can customize the default icons globally through the BladeComponents service or via the component directly from a service provider's boot() method, or middleware.