Skip to content

Commit

Permalink
adding AppKit basic examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 committed Feb 5, 2025
1 parent 4052eaa commit c7c870b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/appkit/upgrade/wcm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ const modal = createAppKit({

</PlatformTabs>

### 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:
Expand Down

0 comments on commit c7c870b

Please sign in to comment.