Preparing search index...

    Variable viewsSplitScreenConst

    viewsSplitScreen: {
        splitIn2View: {
            width: "50%";
            padding: number;
            alignItems: "center";
            justifyContent: "center";
        };
        viewInRow: { flexDirection: "row" };
    } = ...

    Split-screen and flex layout utilities for responsive design Provides common layout patterns for two-column and row-based layouts

    Type Declaration

    • splitIn2View: {
          width: "50%";
          padding: number;
          alignItems: "center";
          justifyContent: "center";
      }
    • viewInRow: { flexDirection: "row" }