Skip to content
Cloudflare Docs

External resources

The ExternalResources component pulls from a central list of apps and videos.

Import

import { ExternalResources } from "~/components";

Preview

Demo apps

Videos

import { ExternalResources } from "~/components";
## Demo apps
<ExternalResources type="apps" tags={["AI"]} products={["Pages"]} />
## Videos
<ExternalResources type="videos" tags={["AI"]} />

Props

type

required

type: "apps" | "videos"

The type of resources to show, apps or videos.

tags

type: string[]

Filter resources down to those where the tags property contains any of these strings.

To see a list of the available tags, and which pages are associated with them, refer to this list.

products

type: string[]

Filter resources down to those where the products property contains any of these strings.

cloudflareOnly

type: boolean

default: true

Filter resources down to those with cloudflare: true.