Authors:
Cameron Johns, Cille Schliebitz, Anita Gu
Changed on:
3 Feb 2025
`MapCardProps` interface with properties like `title` and `width`, and then configure these properties within the Manifest to dynamically control the component's appearance and behavior.`MapCardProps`) allows you to specify the data a component can receive, ensuring type safety and clarity.`MapCardProps` interface and make your component receive these properties: `title: string;``width: CardWidth;`Finally, see how to configure these properties in the manifest and have your component use them.