You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appkit/react/core/components.mdx
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,41 @@ import Components from "/snippets/appkit/shared/components.mdx";
9
9
10
10
<Components />
11
11
12
+
## React Components
13
+
14
+
AppKit provides React-specific components that integrate seamlessly with your React application. These components automatically reflect the AppKit state and provide a more React-native experience.
15
+
16
+
### `<AppKitButton />` and `<AppKitNetworkButton />`
17
+
18
+
These React components provide the same functionality as the web components but with better React integration and TypeScript support.
Copy file name to clipboardExpand all lines: appkit/react/core/installation.mdx
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,29 @@ Create a new project on Reown Dashboard at https://dashboard.reown.com and obtai
193
193
194
194
## Implementation
195
195
196
+
### AppKitProvider Component
197
+
198
+
AppKit now provides an `AppKitProvider` React component for easy integration in React applications. This component wraps your app and provides the AppKit context to all child components.
0 commit comments