Skip to content

Commit

Permalink
Fix typos and languages
Browse files Browse the repository at this point in the history
  • Loading branch information
fakepixels committed Aug 12, 2024
1 parent 2a6b109 commit d9f642f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions site/docs/pages/wallet/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ import WalletComponents from '../../components/WalletComponents';

# `<Wallet />`

The Wallet components provide a comprehensive interface for users to connect their Smart Wallet, view their identity information, and manage their wallet connection. Before using them, ensure you've completed all Getting Started steps.
The Wallet components provide a comprehensive interface for users to connect their Smart Wallet, view their onchain profile, and manage their wallet connection. Before using them, ensure you've completed all [Getting Started](/getting-started) steps.

:::info
We added [Basename](https://www.base.org/names) support and wallet funding options in the Wallet Component.
:::

## Usage

Expand Down Expand Up @@ -341,15 +345,15 @@ The components are designed to work together hierarchically. For each component,
- `<Wallet />` - Serves as the main container for all wallet-related components.
- `<ConnectWallet />` - Handles the wallet connection process. Place child components inside to customize the connect button appearance.
- `<WalletDropdown />` - Contains additional wallet information and options. Place inside the `<Wallet />` component.
- `<Identity />` - Displays user identity information. Place inside `<WalletDropdown />` for a complete profile view.
- `<WalletDropdownBaseName />` - Displays the user's base name within the dropdown.
- `<Identity />` - Displays user identity information and Basename. Place inside `<WalletDropdown />` for a complete profile view.
- `<WalletDropdownBaseName />` - Displays the user's Basename within the dropdown.
- `<WalletDropdownLink />` - Creates a custom link within the dropdown. Use the `icon` prop to add an icon, and `href` to specify the destination.
- `<WalletDropdownDisconnect />` - Provides a disconnect option within the dropdown.

Additional components for customizing the wallet interface include:

- `<Avatar />` - Displays the user's avatar image.
- `<Name />` - Shows the user's name or ENS.
- `<Name />` - Shows the user's Basename or ENS.
- `<Badge />` - Can be used to display additional user status or information.
- `<Address />` - Shows the user's wallet address.
- `<EthBalance />` - Displays the user's ETH balance.
Expand Down

0 comments on commit d9f642f

Please sign in to comment.