consagr-experts

La prop allExperts ha la seguente struttura:

allExperts = [
      {
        e_image: "link",
        e_id: "id",
        e_name: "text",
        e_description: "text"
      }
    ];

Properties

PropertyAttributeDescriptionTypeDefault
allExperts--All the experts detailsany[]undefined
expertsTitleexperts-titleTitle of the boxstringundefined

Dependencies

Depends on

Graph

graph TD;
  consagr-experts --> consagr-responsive
  style consagr-experts fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS