Skip to main content

Connect Button

ConnectButton is the high-touch auth surface for wallet, OAuth, and email sign-in flows. Use Storybook as the source of truth for auth method combinations, interaction states, and runtime behavior.

Import

import { AggAuthProvider, ConnectButton, createEmailAuthMethod } from "@agg-market/auth";
Requires both <AggProvider> from @agg-market/hooks and <AggAuthProvider> from @agg-market/auth. Use the Setup Guide and Authentication pages for the full provider stack.

Preview