Skip to content

ListSubheader

Lists are continuous, vertical indexes of text or images. material.io

Importing

1
2
3
4
5
6
7
8
import React from "react";
import { ListSubheader } from "photoncss/react";

export default function Component() {
    return (
        <ListSubheader>content</ListSubheader>
    );
}

See also: