UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

16 lines (15 loc) 856 B
'use client'; import '@ui5/webcomponents-fiori/dist/ShellBarSpacer.js'; import { withWebComponent } from '@ui5/webcomponents-react-base'; /** * The `ShellBarSpacer` is an element, used for visual separation between the two content parts of the `ShellBar`. * **Note:** The `ShellBarSpacer` component is in an experimental state and is a subject to change. * * __Note:__ This is a UI5 Web Component! [ShellBarSpacer UI5 Web Component Documentation](https://ui5.github.io/webcomponents/components/fiori/ShellBarSpacer) | [Repository](https://github.com/UI5/webcomponents) * * @since [2.7.0](https://github.com/UI5/webcomponents/releases/tag/v2.7.0) of __@ui5/webcomponents-fiori__. * @abstract */ const ShellBarSpacer = withWebComponent('ui5-shellbar-spacer', [], [], [], []); ShellBarSpacer.displayName = 'ShellBarSpacer'; export { ShellBarSpacer };