Skip to content

Commit

Permalink
Added version in sdk ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Oct 19, 2023
1 parent b4dc48d commit c3a8efe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/sdk/pnp/web/modal/modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ displayed_sidebar: sdk
description: " Web3Auth PnP Web Modal SDK | Documentation - Web3Auth"
---

This package provides main class for using default Web3Auth Modal. The package includes all of our packages and gives you a simple way of implementing
Web3Auth within your interface. Additionally, it is a child class of [`@web3auth/no-modal`](/sdk/pnp/web/no-modal) package. Hence, you can still call
all the functions available in the [`@web3auth/no-modal`](/sdk/pnp/web/no-modal) package.
This package provides the main class for using the default Web3Auth Modal. The package includes all of our packages and gives you a simple way of
implementing Web3Auth within your interface. Additionally, it is a child class of [`@web3auth/no-modal`](/sdk/pnp/web/no-modal) package. Hence, you
can still call all the functions available in the [`@web3auth/no-modal`](/sdk/pnp/web/no-modal) package.

#### This Documentation is based on `7.0.0` SDK Version.

## Requirements

Expand All @@ -19,7 +21,7 @@ all the functions available in the [`@web3auth/no-modal`](/sdk/pnp/web/no-modal)
- [Quick Start](/quick-start?product=Plug+and+Play&sdk=Plug+and+Play+Web+Modal+SDK&platform=React): Integrate Web3Auth in 4 Simple Steps.

- [Integration Builder](/integration-builder?lang=REACT&chain=ETH&evmFramework=WEB3&customAuth=NONE&mfa=DEFAULT&whitelabel=NO&useModal=YES&web3AuthNetwork=TESTNET&rnMode=EXPO&stepIndex=0):
Get customised integration code with detailed reference for your specific use case.
Get customized integration code with detailed references for your specific use case.

- [Example Applications](/examples?product=Plug+and+Play&sdk=Plug+and+Play+Web+Modal+SDK): Explore our example applications and try the SDK yourself.

Expand Down
4 changes: 3 additions & 1 deletion docs/sdk/pnp/web/no-modal/no-modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Web3Auth Plug and Play No Modal is the main SDK that consists of the core module
for implementing the Web3Auth features, giving you the flexibility of implementing your own UI to use all the functionalities. Since this package
doesn't contain the UI Modal as compared to [`@web3auth/modal`](/sdk/pnp/web/modal) package, the size of this package is smaller.

#### This Documentation is based on `7.0.0` SDK Version.

## Requirements

- This is a frontend SDK and can only run in a browser environment
Expand All @@ -19,7 +21,7 @@ doesn't contain the UI Modal as compared to [`@web3auth/modal`](/sdk/pnp/web/mod
- [Quick Start](/quick-start?product=Plug+and+Play&sdk=Plug+and+Play+Web+No+Modal+SDK&platform=React): Integrate Web3Auth in 4 Simple Steps.

- [Integration Builder](/integration-builder?lang=REACT&chain=ETH&evmFramework=WEB3&customAuth=NONE&mfa=DEFAULT&whitelabel=NO&useModal=NO&web3AuthNetwork=TESTNET&rnMode=EXPO&stepIndex=0):
Get customised integration code with detailed reference for your specific use case.
Get customized integration code with detailed references for your specific use case.

- [Example Applications](/examples?product=Plug+and+Play&sdk=Plug+and+Play+Web+No+Modal+SDK): Explore our example applications and try the SDK
yourself.
Expand Down

0 comments on commit c3a8efe

Please sign in to comment.