You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ui5-webcomponents-react` is providing a Fiori-compliant React implementation by leveraging the [UI5 Web Components](https://github.com/SAP/ui5-webcomponents).
30
+
`ui5-webcomponents-react` is providing a Fiori-compliant React implementation by leveraging the [UI5 Web Components](https://github.com/SAP/ui5-webcomponents).
27
31
This project was formerly known as `fiori-for-react`.
28
32
29
33
## Resources
30
34
31
35
You can find our documentation under the following links:
Each new major version of this project might contain breaking changes which require you to change coding in your project.
37
43
In order to help you with those tasks, we have prepared a [Migration Guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page).
### Add `@ui5/webcomponents-react` to an existing app
91
104
92
105
First of all, you need to add the `@ui5/webcomponents-react` dependency to your project. Please also keep in mind installing the required peer dependencies:
@@ -127,43 +142,54 @@ Then, you can use the Button in your app:
127
142
128
143
You can also import all components from `@ui5/webcomponents-react` directly.
129
144
130
-
For Browser Support and the configuration of the UI5 Web Components, please take a look at the
131
-
[Browser Support](https://github.com/SAP/ui5-webcomponents#browser-support) and the
132
-
[Configure](https://github.com/SAP/ui5-webcomponents#browser-support) sections of the
133
-
[UI5 Web Components Readme](https://github.com/SAP/ui5-webcomponents#ui5-web-components).
145
+
For Browser Support and the configuration of the UI5 Web Components, please take a look at the
146
+
[Browser Support](https://github.com/SAP/ui5-webcomponents#browser-support) and the
147
+
[Configure](https://github.com/SAP/ui5-webcomponents#browser-support) sections of the
148
+
[UI5 Web Components Readme](https://github.com/SAP/ui5-webcomponents#ui5-web-components).
134
149
135
150
### Browser Support
136
151
137
152
#### Internet Explorer 11
153
+
138
154
`@ui5/webcomponents-react` is supporting all modern major browsers. There is no support for Internet Explorer 11 built in.<br />
139
155
If you want your application to run in IE11, you will have to polyfill some features by importing these polyfills as **first** imports in your `src/index.js`:
You can install `react-app-polyfill` with the following command:
164
+
146
165
```bash
147
166
npm install react-app-polyfill --save
148
167
```
168
+
149
169
In case you are using [`browserslist`](https://github.com/browserslist/browserslist) (which is part of `create-react-app`), please also make sure you have added `IE 11` to your browserslist configuration (can be found in `package.json` if you are using CRA).
We welcome all comments, suggestions, questions, and bug reports. Feel free to open issues or chat with us directly in the [`#webcomponents-react`](https://openui5.slack.com/archives/CSQEJ2J04) channel in the
185
+
We welcome all comments, suggestions, questions, and bug reports. Feel free to open issues or chat with us directly in the [`#webcomponents-react`](https://openui5.slack.com/archives/CSQEJ2J04) channel in the
162
186
[OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
163
187
Please note that you have to join this Slack workspace via [this link](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/) if you are not part of it already.
0 commit comments