UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

13 lines (12 loc) 695 B
'use client'; import { withWebComponent } from '@ui5/webcomponents-react-base'; /** * The `UserSettingsView` represents a view displayed in the `UserSettingsItem`. * * __Note:__ This is a UI5 Web Component! [UserSettingsView UI5 Web Component Documentation](https://ui5.github.io/webcomponents/components/fiori/UserSettingsView) | [Repository](https://github.com/UI5/webcomponents) * * @since [2.8.0](https://github.com/UI5/webcomponents/releases/tag/v2.8.0) of __@ui5/webcomponents-fiori__. */ const UserSettingsView = withWebComponent('ui5-user-settings-view', ['text'], ['secondary', 'selected'], [], []); UserSettingsView.displayName = 'UserSettingsView'; export { UserSettingsView };