@burner-wallet/ui

The following components are available to all plugins through the burnerComponents prop:

Usage no npm install needed!

<script type="module">
  import burnerWalletUi from 'https://cdn.skypack.dev/@burner-wallet/ui';
</script>

README

@burner-wallet/ui

Burner Components

The following components are available to all plugins through the burnerComponents prop:

Page

Container for a visual page component

Props

  • title (string) The title of the page

Example `

Hello
`

AssetSelector

A drop down for selecting an asset

Example `

Hello
`

AccountBalance

Provides the balance of an account through a render prop

Example `

Hello
`

AccountKeys

Provides information about signing keys through a render prop

Example `

Hello
`

Assets

Provides an array of assets through a render prop

Example `

Hello
` ## TransactionDetails Provides details about a transaction through a render prop

Example `

Hello
`

QRCode

The QRCode component from the qrcode.react package.

Example <QRCode value="0xa3798f0..." renderAs="svg" />