La prop allExperts ha la seguente struttura:
allExperts = [
{
e_image: "link",
e_id: "id",
e_name: "text",
e_description: "text"
}
];
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
allExperts | -- | All the experts details | any[] | undefined |
expertsTitle | experts-title | Title of the box | string | undefined |
Built with StencilJS