diff --git a/v2/emailpassword/pre-built-ui/setup/frontend.mdx b/v2/emailpassword/pre-built-ui/setup/frontend.mdx index 3cfc4901e..32622c099 100644 --- a/v2/emailpassword/pre-built-ui/setup/frontend.mdx +++ b/v2/emailpassword/pre-built-ui/setup/frontend.mdx @@ -64,6 +64,13 @@ npm i -s supertokens-auth-react supertokens-web-js yarn add supertokens-auth-react supertokens-web-js ``` + + + +```bash +pnpm add supertokens-auth-react supertokens-web-js +``` + @@ -98,6 +105,16 @@ Start by installing the SuperTokens Web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens Web SDK: + +```bash +pnpm add supertokens-web-js +``` + @@ -134,6 +151,16 @@ Start by installing the SuperTokens web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens web SDK: + +```bash +pnpm add supertokens-web-js +``` + diff --git a/v2/passwordless/pre-built-ui/setup/frontend.mdx b/v2/passwordless/pre-built-ui/setup/frontend.mdx index baf8a64fb..a3cda3666 100644 --- a/v2/passwordless/pre-built-ui/setup/frontend.mdx +++ b/v2/passwordless/pre-built-ui/setup/frontend.mdx @@ -65,6 +65,13 @@ npm i -s supertokens-auth-react supertokens-web-js yarn add supertokens-auth-react supertokens-web-js ``` + + + +```bash +pnpm add supertokens-auth-react supertokens-web-js +``` + @@ -99,6 +106,16 @@ Start by installing the SuperTokens Web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens Web SDK: + +```bash +pnpm add supertokens-web-js +``` + @@ -135,6 +152,16 @@ Start by installing the SuperTokens web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens web SDK: + +```bash +pnpm add supertokens-web-js +``` + diff --git a/v2/src/components/tabs/NpmVersionOrYarnSubTabs.tsx b/v2/src/components/tabs/NpmVersionOrYarnSubTabs.tsx index 510c6ae9e..793ec0994 100644 --- a/v2/src/components/tabs/NpmVersionOrYarnSubTabs.tsx +++ b/v2/src/components/tabs/NpmVersionOrYarnSubTabs.tsx @@ -11,6 +11,7 @@ export default function NpmVersionOrYarnSubTabs(props: any) { { label: 'Via NPM>=7', value: 'npm7+' }, { label: 'Via NPM6', value: 'npm6' }, { label: 'Via Yarn', value: 'yarn' }, + { label: 'Via Pnpm', value: 'pnpm' }, ]}> {props.children} diff --git a/v2/thirdparty/pre-built-ui/setup/frontend.mdx b/v2/thirdparty/pre-built-ui/setup/frontend.mdx index abd34c3ab..e7cd24822 100644 --- a/v2/thirdparty/pre-built-ui/setup/frontend.mdx +++ b/v2/thirdparty/pre-built-ui/setup/frontend.mdx @@ -63,6 +63,13 @@ npm i -s supertokens-auth-react supertokens-web-js yarn add supertokens-auth-react supertokens-web-js ``` + + + +```bash +pnpm add supertokens-auth-react supertokens-web-js +``` + @@ -97,6 +104,16 @@ Start by installing the SuperTokens Web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens Web SDK: + +```bash +pnpm add supertokens-web-js +``` + @@ -133,6 +150,16 @@ Start by installing the SuperTokens web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens web SDK: + +```bash +pnpm add supertokens-web-js +``` + diff --git a/v2/thirdpartyemailpassword/pre-built-ui/setup/frontend.mdx b/v2/thirdpartyemailpassword/pre-built-ui/setup/frontend.mdx index 03e0bc0f9..db0d8bada 100644 --- a/v2/thirdpartyemailpassword/pre-built-ui/setup/frontend.mdx +++ b/v2/thirdpartyemailpassword/pre-built-ui/setup/frontend.mdx @@ -63,6 +63,13 @@ npm i -s supertokens-auth-react supertokens-web-js yarn add supertokens-auth-react supertokens-web-js ``` + + + +```bash +pnpm add supertokens-auth-react supertokens-web-js +``` + @@ -97,6 +104,16 @@ Start by installing the SuperTokens Web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens Web SDK: + +```bash +pnpm add supertokens-web-js +``` + @@ -133,6 +150,16 @@ Start by installing the SuperTokens web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens web SDK: + +```bash +pnpm add supertokens-web-js +``` + diff --git a/v2/thirdpartypasswordless/pre-built-ui/setup/frontend.mdx b/v2/thirdpartypasswordless/pre-built-ui/setup/frontend.mdx index 92433149b..b294d8386 100644 --- a/v2/thirdpartypasswordless/pre-built-ui/setup/frontend.mdx +++ b/v2/thirdpartypasswordless/pre-built-ui/setup/frontend.mdx @@ -66,6 +66,13 @@ npm i -s supertokens-auth-react supertokens-web-js yarn add supertokens-auth-react supertokens-web-js ``` + + + +```bash +pnpm add supertokens-auth-react supertokens-web-js +``` + @@ -100,6 +107,16 @@ Start by installing the SuperTokens Web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens Web SDK: + +```bash +pnpm add supertokens-web-js +``` + @@ -136,6 +153,16 @@ Start by installing the SuperTokens web SDK: yarn add supertokens-web-js ``` + + + + +Start by installing the SuperTokens web SDK: + +```bash +pnpm add supertokens-web-js +``` +