umd-styles-library
    Preparing search index...

    Variable personConst

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

    Person style.

    Type declaration

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

    Light themed person list card with responsive layout.

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

    1.1.1