Axinom Mosaic Libraries
    Preparing search index...

    Variable FormGroupTitleConst

    FormGroupTitle: React.FC<FormGroupTitleProps> = ...

    A simple component to display a title for a form group.

    This component is deprecated in favor of using the title prop of the FormGroup component for new code. Note that FormGroup also renders container/content markup (and may wrap children in a grid), so it is not a drop-in replacement for usages that render only a standalone title. When migrating, wrap the related fields in a FormGroup and pass the desired section title via its title prop.