Skip to content

Row

The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts. Material.io

Importing

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

export default function Component() {
    return (
        <Row>
            ...columns
        </Row>
    );
}

See also: