Authors:
Cameron Johns, Cille Schliebitz, Anita Gu
Changed on:
3 Feb 2025
`InfoBox` that appears when a map pin is clicked, and how to fully configure the information displayed within it directly from the Manifest using Dynamic Attributes. This approach allows for flexible and data-driven component content.`DynamicAttributes` within your components.`DynamicAttributes` mean that the information to be displayed in the component is configurable.For example, the `fc.card.attribute` component displays the fields specified in the manifest configuration for that instance of the card. Similarly, the `fc.list` component columns are dynamically configured from the manifest.For this scenario, a small `InfoBox` will 'pop up' when a location pin is clicked on the map. The information displayed in this `InfoBox` component will be fully configurable from the Manifest by using `DynamicAttributes`.Right-click to download the code for the InfoBox.tsx file here.To learn more about Dynamic Attributes, see UX Configuration - Common Concepts > Dynamic Attributes section`DynamicAttributes` within components