Hiyve Components - v1.0.0
    Preparing search index...

    Customizable styles for the SessionList component.

    interface SessionListStyles {
        iconSize: number;
        listPadding: number;
        rowBorderRadius: number;
        rowGap: number;
    }
    Index

    Properties

    iconSize: number

    Size of the icon background

    40
    
    listPadding: number

    Padding around the list

    8
    
    rowBorderRadius: number

    Border radius for session rows

    10
    
    rowGap: number

    Gap between session rows

    4