CardOverline Cards contain content and actions about a single subject. material.io Importing 1 2 3 4 5 6 7 8 9 10 11import React from "react"; import { Card, CardOverline } from "photoncss/react"; export default function Component() { return ( <Card> <CardOverline>overline</CardOverline> ...content </Card> ); } See also: Card