From 8ce77f153c6a5d06a20ec4d83a7570e5f6453aa5 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Tue, 5 Jul 2022 13:53:49 -0500 Subject: [PATCH] Adding more examples --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 478131b..40f44fb 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,10 @@ This library supports React versions `^16.8.0` through `^18.0.0`. Check out our Storybook instance that shows how to use the library in small examples, along with code snippets! This includes examples using the basic component, as well as the convenient hooks exported to take advantage of state machines. -[Example page](https://rive-app.github.io/rive-react) +- [Example page](https://rive-app.github.io/rive-react) +- [Login screen w/ input tracking](https://rive-app.github.io/rive-use-cases/?path=/story/example-loginformcomponent--primary) +- [Mouse tracking](https://codesandbox.io/s/rive-mouse-track-test-t0y965?file=/src/App.js) +- [Accessibility concerns](https://blog.rive.app/accessible-web-animations-aria-live-regions/) ## Migration Guides