diff --git a/docs/appkit/upgrade/wcm.mdx b/docs/appkit/upgrade/wcm.mdx index 1524705b..8c763656 100644 --- a/docs/appkit/upgrade/wcm.mdx +++ b/docs/appkit/upgrade/wcm.mdx @@ -77,6 +77,15 @@ const modal = createAppKit({ +### Examples + +Below are the examples for the corresponding library/programming language. + +1. [HTML](https://github.com/reown-com/appkit/tree/main/examples/html-ak-basic) +2. [React](https://github.com/reown-com/appkit/tree/main/examples/react-ak-basic) +3. [NextJS](https://github.com/reown-com/appkit/tree/main/examples/next-ak-basic-app-router) +4. [Vue](https://github.com/reown-com/appkit/tree/main/examples/vue-ak-basic) + ## Ethereum Provider The Ethereum Provider implementation remains the same as before. Below is an example of how you can configure it: