# Theming

import Theming from "/snippets/appkit/shared/theming.mdx";

<Theming />

## Wallet Buttons

Wallet buttons are components that allow users to connect their wallets to your dApp. They provide a simple and easy way to connect to more than 40 of the top wallets globally, WalletConnect QR, and all the social logins.
You can also call them directly using hooks. Please check the [components](/appkit/react/core/components#walletButtons) and [hooks](/appkit/react/core/hooks#useappkitwallet) documentation for more information.

<Frame>
  <img src="/images/assets/walletButtons.jpg" />
</Frame>
<br />
<br />
<Card
  title="Try Wallet Buttons"
  href="https://appkit-lab.reown.com/appkit/?name=wagmi"
/>
