geoview-core
    Preparing search index...

    Interface AccordionProps

    Properties for the Accordion element

    interface AccordionProps {
        className: string;
        defaultExpanded: boolean;
        id: string;
        items: AccordionItem[];
        showLoadingIcon: boolean;
        sx: CSSProperties;
    }
    Index

    Properties

    className: string

    Custom class name for styling

    defaultExpanded: boolean

    Whether the accordion should be expanded by default

    id: string

    Unique identifier for the accordion

    items: AccordionItem[]

    Array of accordion items to display

    showLoadingIcon: boolean

    Whether to show a loading icon during transitions

    sx: CSSProperties

    Custom styles using CSS properties