Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/onchainkit/swap/swap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ The components are designed to work together hierarchically. For each component,
- `<SwapAmountInput />` - Set the [Token](/onchainkit/token/types#token) to swap and specify the input type (`from` or `to`).
- `<SwapToggleButton />` - Optional component to toggle between input types.
- `<SwapMessage />` - Optional component that displays a message related to the swap operation's current state.
- `<SwapButton />` - Set the onSuccess and onError callbacks.
- `<SwapButton />` - Set the `onSuccess` and `onError` callbacks.
- `<SwapToast />` - Optional component to notify user of successful swap transaction.

## Props
Expand Down