-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19342e8
commit 3a5708b
Showing
110 changed files
with
12,573 additions
and
12,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Files are auto-generated. Do not edit! | ||
Files are auto-generated. Do not edit! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Transaction Status | ||
description: Displays the status of a transaction | ||
component: true | ||
wagmi: | ||
link: https://wagmi.sh/react/hooks/useWaitForTransaction | ||
--- | ||
|
||
<ComponentPreview | ||
name="transaction-status-demo" | ||
className="[&_.preview>[data-orientation=vertical]]:sm:max-w-[70%]" | ||
/> | ||
|
||
## Installation | ||
|
||
<Tabs defaultValue="manual"> | ||
|
||
<TabsList> | ||
<TabsTrigger value="manual">Manual</TabsTrigger> | ||
<TabsTrigger disabled={true} value="cli"> | ||
CLI (Coming Soon) | ||
</TabsTrigger> | ||
</TabsList> | ||
|
||
<TabsContent value="cli"> | ||
|
||
<Steps> | ||
|
||
<Step>Coming soon...</Step> | ||
|
||
</Steps> | ||
|
||
</TabsContent> | ||
|
||
<TabsContent value="manual"> | ||
|
||
<Steps> | ||
|
||
<Step>Copy and paste the following code into your project.</Step> | ||
|
||
<ComponentSource name="transaction-status" /> | ||
|
||
</Steps> | ||
|
||
</TabsContent> | ||
|
||
</Tabs> | ||
|
||
## Usage | ||
|
||
```tsx | ||
import { TransactionStatus } from "@/registry/default/buidl/transaction-status" | ||
``` | ||
|
||
```tsx | ||
<TransactionStatus hash="0x3e2ba590d81b64282ce7a3b20b1913b4c6dde05345a058b18bfef5717bc09c5e" /> | ||
``` |
Oops, something went wrong.