# Balance

Displays the balance of a given address in both ether (ETH) and US dollars (USD).

![Balance Example](/img/Balance.gif)

## Import

```tsx
import { Balance } from "@scaffold-ui/components";
```

## Usage

```tsx
<Balance address="0x34aA3F359A9D614239015126635CE7732c18fDF3" />
```

## Props

| Prop        | Type     | Default Value | Description                                                  |
| ----------- | -------- | ------------- | ------------------------------------------------------------ |
| **address** | `string` | `undefined`   | Address in `0x___` format to display the balance for.        |

:::tip\[Scaffold-UI]
For more details on customization and theming, check the [Scaffold-UI Balance docs](https://scaffold-ui-docs.vercel.app/components/Balance).
:::
