From 81c13eed23f569ec6c040c11aa73c0438202b368 Mon Sep 17 00:00:00 2001 From: "f.schoenknecht" Date: Mon, 9 Dec 2024 12:14:03 +0000 Subject: [PATCH] GITBOOK-47: refactor: Installation --- getting-started/installation.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/getting-started/installation.md b/getting-started/installation.md index cdb5935..eef1b3e 100644 --- a/getting-started/installation.md +++ b/getting-started/installation.md @@ -14,29 +14,43 @@ icon: folder-gear The t:connect SDK offers a react-modal and provider. The provider and the modal can be loaded separately as needed. -#### Install the Modal +{% tabs %} +{% tab title="React-Modal" %} +Install the React-Modal + +The react-modal is supplied as a complete package and includes the required providers ```typescript npm install @tconnect.io/modal ``` +{% endtab %} -#### Install the Evm Provider +{% tab title="Evm-Provider" %} +Install the Evm Provider ```typescript npm install @tconnect.io/evm-provider ``` +{% endtab %} -#### Install the Tezos Beacon Provider +{% tab title="Tezos Beacon Provider" %} +Install the Tezos Beacon Provider ```typescript npm install @tconnect.io/tezos-beacon-provider ``` +{% endtab %} -#### Install the Tezos Wallet Connect Provider +{% tab title="Tezos Wallet Connect Provider" %} +Install the Tezos Wallet Connect Provider ```typescript npm install @tconnect.io/tezos-wc-provider ``` +{% endtab %} +{% endtabs %} + + ### Get an API Key