Skip to content

List

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

Importing

All menu-like components extend this component

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

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

See also: