stevensblueprint / blueprint_website

Blueprint Website
https://sitblueprint.com/
5 stars 6 forks source link

FAQ - Dropdown Component #219

Closed Caposto closed 3 weeks ago

Caposto commented 1 month ago

Description

On multiple pages we have a FAQ (Frequently Asked Question) section. For this task, create a resuseable component that takes a JavaScript object of the schema:

{"QUESTION": "ANSWER"}

// For Example
{
   "When Can I Join Tech Team?" : "Tech Team is Open Year-Round...."
}

This example shows only one question, but we expect to have 4-5 questions in each FAQ section.

Here is a picture of the designs on Figma: Image

There should be a dropdown effect, meaning the answer is initially hidden until a user clicks on it.

Definition of Done