umd-styles-library
    Preparing search index...

    Variable personTabularConst

    personTabular: {
        "& > *:nth-child(2)": { flex: string };
        "&:has(img)": { [key: string]: {} };
        borderBottom: string;
        className: string;
        maxWidth: string;
        overflow: string;
        paddingBottom: string;
    } = ...

    Person three column style.

    Type declaration

    • & > *:nth-child(2): { flex: string }
    • &:has(img): { [key: string]: {} }
    • borderBottom: string
    • className: string
    • maxWidth: string
    • overflow: string
    • paddingBottom: string

    Three column list person with responsive layout.

    import * as Styles from '@universityofmaryland/web-styles-library';
    Styles.element.composite.card.list.personTabular
    class="umd-element-composite-card-list-person-tabular"
    

    1.9.1