Expansion component used for creating expandable sections in UI.

  • Parameters

    • props: IExpansionProps<any, any> & IExpansionPrivate<any, any>

      The props for the Expansion component.

      Represents the properties for the Expansion component.

      • OptionalclassName?: string
      • Optionaldescription?: string
      • OptionalexpansionOpened?: boolean
      • Optionalstyle?: any
      • Optionaltitle?: string
      • title

        The title of the expansion section.

      • description

        The description of the expansion section.

      • className

        The CSS class name for the expansion section.

      • columnsOverride

        Override columns for Group component.

      • isBaselineAlign

        Specifies if the content of the expansion section should be baseline-aligned.

      • sx

        The style object for the expansion section.

      • style

        The inline style object for the expansion section.

      • children

        The content of the expansion section.

      • expansionOpened

        Specifies if the expansion section should be initially expanded.

    Returns Element

    The rendered Expansion component.

Properties

Properties

displayName: string