Back to components
UsageDashboard
Team & UsageUsage metrics dashboard
Preview
Live component preview
Plugin Required: This component requires the
@bettercone/better-auth-plugin-usage-tracking plugin to be installed and configured in your Better Auth setup.Loading component...
Usage
Import and use this component in your application
import { UsageDashboard } from '@bettercone/ui';
export default function Page() {
return <UsageDashboard />;
}Note: Components from @bettercone/ui require Better Auth configuration. If a component fails to render above, it may need specific context or data. See the BetterCone documentation for setup instructions.