umd-styles-library
    Preparing search index...

    Interface BorderedGridOptions

    Options for bordered grid style variants

    1.7.0

    interface BorderedGridOptions {
        columns: 2 | 3 | 4;
        theme?: "light" | "dark";
    }
    Index

    Properties

    Properties

    columns: 2 | 3 | 4
    theme?: "light" | "dark"