A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
ui5-webcomponents-react is a React implementation that provides a Fiori-compliant design by utilizing the UI5 Web Components. It offers a range of components and utilities that can be used to create Fiori-style applications in React.
To install ui5-webcomponents-react, follow these steps:
npm install @ui5/webcomponents-react
import { Button } from '@ui5/webcomponents-react';
For browser support and additional configuration options, refer to the documentation for UI5 Web Components.
ui5-webcomponents-react is a React implementation that allows developers to create Fiori-style applications using the UI5 Web Components. It provides a range of components, including Fiori 3 components and charts, as well as utility functions to support development. To install the package, developers need to install the npm module and its required peer dependencies, and wrap the root component in the ThemeProvider. Overall, ui5-webcomponents-react offers an easy and efficient way to create Fiori-compliant React applications.