Skip to content

Resources by selector

The ResourcesBySelector component allows you to pull in documentation resources based on the pcx_content_type, tags and products frontmatter properties.

Component

import { ResourcesBySelector } from "~/components";
<ResourcesBySelector
tags={["AI"]}
types={["reference-architecture","design-guide","reference-architecture-diagram"]}
/>

Inputs

  • types string[]

    An array of pcx_content_type values to filter by.

  • tags string[] optional

    An array of tags values to filter by.

  • products string[] optional

    An array of products values to filter by.