Use the QuestionCard Component

Understand the props passed in the QuestionCard component in detail.

Using the QuestionCard component

We must import the QuestionCard component into the App.js file to use it. Import the component as shown in the following code snippet:

import QuestionCard from "./QuestionCard/QuestionCard";

Get hands-on with 1200+ tech skills courses.