Axinom Mosaic Libraries
    Preparing search index...

    Interface FormGroupProps

    interface FormGroupProps {
        className?: string;
        defaultExpanded?: boolean;
        isCollapsible?: boolean;
        title: string;
    }
    Index

    Properties

    className?: string
    defaultExpanded?: boolean

    Whether the collapsible group is expanded by default (default: true)

    isCollapsible?: boolean

    Whether the group is collapsible (default: false)

    title: string

    Group title to display