Axinom Mosaic Libraries
    Preparing search index...

    Interface AccordionProps

    interface AccordionProps {
        alignAccordionItem?: boolean;
        className?: string;
        expandedByDefault?: boolean;
        header?: Element;
        stickyRows?: boolean;
    }
    Index

    Properties

    alignAccordionItem?: boolean

    Determines if spacing will be added to align with the Accordion item with the header (default: true)

    className?: string

    CSS Class name for additional styles

    expandedByDefault?: boolean

    Whether the Accordion should be expanded or collapsed during the first render

    header?: Element

    React element which will be displayed as the Accordion Header

    stickyRows?: boolean

    Whether the rows of the accordion should stick to the top