File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ sidebar_label: Overview
44description : " Web3Auth PnP Web Modal SDK | Documentation - Web3Auth"
55---
66
7+ import ExampleCards from " @theme/ExampleCards" ;
8+ import { pnpModalExamples , QUICK_START } from " @site/src/common/maps" ;
9+
710This package provides the main class for using the default Web3Auth Modal. The package includes all
811of our packages and gives you a simple way of implementing Web3Auth within your interface.
912Additionally, it is a child class of [ ` @web3auth/no-modal ` ] ( /sdk/pnp/web/no-modal ) package. Hence,
@@ -31,3 +34,7 @@ package.
3134
3235- [ Community Support Portal] ( https://web3auth.io/community/c/help-pnp/pnp-web/7 ) : Join our community
3336 to get support from our team and other developers.
37+
38+ ## Quick Starts
39+
40+ <ExampleCards exampleMap = { pnpModalExamples .filter ((obj ) => obj .type === QUICK_START )} />
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ sidebar_label: Overview
44description : " Web3Auth Plug and Play No Modal SDK | Documentation - Web3Auth"
55---
66
7+ import ExampleCards from " @theme/ExampleCards" ;
8+ import { pnpNoModalExamples , QUICK_START } from " @site/src/common/maps" ;
9+
710Web3Auth Plug and Play No Modal is the main SDK that consists of the core module of Web3Auth Plug
811and Play. This SDK gives you all the needed modules for implementing the Web3Auth features, giving
912you the flexibility of implementing your own UI to use all the functionalities. Since this package
@@ -31,3 +34,7 @@ size of this package is smaller.
3134
3235- [ Community Support Portal] ( https://web3auth.io/community/c/help-pnp/pnp-web/7 ) : Join our community
3336 to get support from our team and other developers.
37+
38+ ## Quick Starts
39+
40+ <ExampleCards exampleMap = { pnpNoModalExamples .filter ((obj ) => obj .type === QUICK_START )} />
You can’t perform that action at this time.
0 commit comments