VILT Components
Problem
import Problem from @/Components/Problem.vue;
The Problem component is designed to present a challenge or issue that your product or service aims to solve. It consists of a heading, descriptive text, and a series of steps or points, each represented by an emoji and accompanying text.
Usage
To use the Problem component, import it in your Vue file and pass the necessary props:
Props
heading
: A string representing the main heading of the component.text
: A string representing the descriptive text of the component.steps
: An array of objects, each containing an emoji and a text string.