Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![UI5 logo](/docs/images/UI5_logo_wide.png)
[![CI](https://github.com/SAP-samples/ui5-webcomponents-sample-react/actions/workflows/ci.yml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-react/actions/workflows/ci.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-webcomponents-sample-react)](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-react)
[![CI](https://github.com/UI5/sample-webcomponents-react/actions/workflows/ci.yml/badge.svg)](https://github.com/UI5/sample-webcomponents-react/actions/workflows/ci.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-react)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-react)

# UI5 Web Components React Sample Application


[React](https://reactjs.org/) sample application to demonstrate the usage of the [UI5 Web Components](https://github.com/SAP/ui5-webcomponents). It shows how to bind properties, to subscribe to events, using nested components and the bootstrapped React build.
[React](https://reactjs.org/) sample application to demonstrate the usage of the [UI5 Web Components](https://github.com/UI5/webcomponents). It shows how to bind properties, to subscribe to events, using nested components and the bootstrapped React build.

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Expand All @@ -16,8 +16,8 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
## Getting started
1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/) using the [GitHub Command line tool](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and navigate into the downloaded directory.
```sh
git clone https://github.com/SAP-samples/ui5-webcomponents-sample-react.git
cd ui5-webcomponents-sample-react
git clone https://github.com/UI5/sample-webcomponents-react.git
cd sample-webcomponents-react
```
2. Install all dependencies
```sh
Expand Down Expand Up @@ -85,7 +85,7 @@ No limitations known.
No major bugs known.

## Support
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/UI5/webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).

## Contribute to UI5 Web Components
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/CONTRIBUTING.md).
Please check our [Contribution Guidelines](https://github.com/UI5/webcomponents/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version = 1
SPDX-PackageName = "UI5 Webcomponents Sample with React"
SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/ui5-webcomponents-sample-react"
SPDX-PackageDownloadLocation = "https://github.com/UI5/sample-webcomponents-react"
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."

[[annotations]]
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function App() {
<b>Admin version</b>: React Admin <br></br>
<hr></hr>
For more information, please visit our{" "}
<ui5-link href="https://github.com/SAP-samples/ui5-webcomponents-sample-react" target="_blank">
<ui5-link href="https://github.com/UI5/sample-webcomponents-react" target="_blank">
documentation
</ui5-link>
.
Expand Down
Loading