Field
The Embed.Field
component allows you to add a field to an embed.
It must be used as a child of the Embed component.
You can have multiple fields in an embed (up to 25 fields).
Here’s how you can use it:
Props:
title
: The field name to display.children
: The field value to display.inline
: Whether to display the field inline or not. Defaults tofalse
.