From 19b80c908b0b4b8efca27e860811a548d538ab25 Mon Sep 17 00:00:00 2001 From: Christian Grail Date: Fri, 18 Oct 2019 15:33:12 +0200 Subject: [PATCH] Use onClick instead of onPress for button sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d3684854b7..94ba8cbd4a1 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ import { Button } from '@ui5/webcomponents-react/lib/Button'; // loads ui5-butto Then, you can use the Button in your app: ```jsx - + ``` You could import all components also from `@ui5/webcomponents-react` directly, but this will have a negative impact on your bundle size.