FlexUnifyContainer
FlexUnifyContainer is the parent component of ProfileView and SearchView.
Can be themed with Theme.FlexUnifyContainer
in Theme.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
alert | React component | Visible if there's an issue loading traits, identifiers, or configuration. | Alert banner to display messages to the user. | |
loading-view | React component | Visible while the profile is loading. | Loading spinner to display while the profile is loading. | |
profile-header-and-link-menu | React component | Container for the profile header. | ||
profile-highlights | React component | Container for the profile highlights. | ||
profile-connector-tabs | React component | Container for the profile connector tabs. | ||
profile-not-found-view | React component | Visible when the profile is not found. | View to display when the profile is not found. | |
profile-unlink-modal | React component | Visible when the user clicks the 'Unlink Profile' button. | Modal to confirm unlinking a profile. | |
search-view | React component | Visible when a profile is being searched or replaced. | Container for the search view. |
Static Properties#
Name | Type | Description |
---|---|---|
ProfileTabs | ProfileConnectorTabs | Shortcut for ProfileConnectorTabs component |
ProfileHeader | ProfileHeader | Shortcut for ProfileHeader component |
ProfileHeaderText | ProfileHeaderText | Shortcut for ProfileHeaderText component |
ProfileHighlights | ProfileHighlights | Shortcut for ProfileHighlights component |
Content | DynamicContentStore<FlexUnifyContainerChildrenProps, FlexUnifyContainerChildrenKeys> | Dynamic content store |