Axinom Mosaic Libraries
    Preparing search index...

    Interface SectionProps

    interface SectionProps {
        className?: string;
        expandedByDefault?: boolean;
        style?: CSSProperties;
        title?: string;
    }
    Index

    Properties

    className?: string

    Optional class

    expandedByDefault?: boolean

    Whether the section should be expanded or collapsed intially (default: true)

    style?: CSSProperties

    Optional styles

    title?: string

    Section Title. If set, will allow the section to be expandable/collapsible