From 034dcefdb26a7d97e3f0dae3c4fad02ed410d808 Mon Sep 17 00:00:00 2001 From: einaralex Date: Wed, 8 Nov 2023 13:21:27 +0000 Subject: [PATCH] fix: add codesandbox demo to readme --- libs/sdk-react-provider/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libs/sdk-react-provider/README.md b/libs/sdk-react-provider/README.md index 22e4bfc..99da55d 100644 --- a/libs/sdk-react-provider/README.md +++ b/libs/sdk-react-provider/README.md @@ -39,6 +39,15 @@ export default function App() { } ``` +## Demo + +https://pntvgs.csb.app/ + +Hook used to access the SDK: https://codesandbox.io/s/monerium-sdk-react-provider-pntvgs?file=/src/App.js + +The application is wrapped with MoneriumProvider +https://codesandbox.io/s/monerium-sdk-react-provider-pntvgs?file=/src/index.js + ## Running unit tests Run `nx test sdk-react-provider` to execute the unit tests via [Vitest](https://vitest.dev/).