TxnSettings
The TxnSettings component is a popover that allows users to set the transaction priority, fee cap, and other transaction settings.
TxnSettings
Installation
Install shadcn/ui popover, toggle group, input, and button components
Install Murphis TxnSettings
pnpm dlx shadcn@canary add https://www.murphyai.dev/r/txn-settings.json
Basic Usage
Props
Name | Type | Default |
---|---|---|
trigger | React.ReactNode | <Button variant="outline" size="icon"> <IconSettings size={16}></Button> |