Authors:
Cameron Johns, Cille Schliebitz, Anita Gu
Changed on:
3 Feb 2025
`Card`) that can be used as building blocks for custom components, simplifying development and ensuring consistency.`FunctionComponents` (`FC`).In this scenario, you will see how to create a new custom component implementing React `FC` and using a Utility Component provided by the Component SDK called `Card`. To use your component in a web app, the component needs to be registered with the `ComponentRegistry`.`MapCard`), and set the title of the card to "Hello World." Once registered in the Component Registry, it will be ready for configuration through the Mystique manifest in the next lesson.`{ “component” : “training.card.map” }`