1.0.0 • Published 6 years ago
@burner-wallet/classic-ui v1.0.0
@burner-wallet/classic-ui
This packages is included for legacy purposes. For most cases, you should use @burner-wallet/modern-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 `
<div>Hello</div>AssetSelector
A drop down for selecting an asset
Example `
<div>Hello</div>AccountBalance
Provides the balance of an account through a render prop
Example `
<div>Hello</div>AccountKeys
Provides information about signing keys through a render prop
Example `
<div>Hello</div>Assets
Provides an array of assets through a render prop
Example `
<div>Hello</div>Example `
<div>Hello</div>QRCode
The QRCode component from the qrcode.react package.
Example
<QRCode value="0xa3798f0..." renderAs="svg" />